Imported Upstream version 3.3.0
This commit is contained in:
10
functions/content_class.php
Executable file → Normal file
10
functions/content_class.php
Executable file → Normal file
@@ -5,15 +5,15 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// (c) 2005-2012 by Martin Willisegger
|
||||
// (c) 2005-2017 by Martin Willisegger
|
||||
//
|
||||
// Project : NagiosQL
|
||||
// Component : Content Class
|
||||
// Website : http://www.nagiosql.org
|
||||
// Date : $LastChangedDate: 2011-12-08 07:35:31 +0100 (Do, 08. Dez 2011) $
|
||||
// Date : $LastChangedDate: 2017-06-22 09:29:35 +0200 (Thu, 22 Jun 2017) $
|
||||
// Author : $LastChangedBy: martin $
|
||||
// Version : 3.2.0
|
||||
// Revision : $LastChangedRevision: 1141 $
|
||||
// Version : 3.3.0
|
||||
// Revision : $LastChangedRevision: 2 $
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
@@ -55,7 +55,7 @@ class nagcontent {
|
||||
// Activities during class initialization
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
function nagcontent() {
|
||||
function __construct() {
|
||||
// Read global settings
|
||||
$this->arrSettings = $_SESSION['SETS'];
|
||||
if (isset($_SESSION['domain'])) $this->intDomainId = $_SESSION['domain'];
|
||||
|
||||
Reference in New Issue
Block a user