Imported Upstream version 3.3.0
This commit is contained in:
6
install/functions/initial_settings.php
Executable file → Normal file
6
install/functions/initial_settings.php
Executable file → Normal file
@@ -11,14 +11,14 @@ exit;
|
||||
; Component: Initial configuration settings
|
||||
; Website : http://www.nagiosql.org
|
||||
; Date : May 27, 2011, 2:35 pm
|
||||
; Version : 3.2.0
|
||||
; $LastChangedRevision: 1058 $
|
||||
; Version : 3.3.0
|
||||
; $LastChangedRevision: 2 $
|
||||
;
|
||||
; DO NOT USE THIS FILE AS NAGIOSQL SETTINGS FILE!
|
||||
;
|
||||
;///////////////////////////////////////////////////////////////////////////////
|
||||
[db]
|
||||
type = mysql
|
||||
type = mysqli
|
||||
server = localhost
|
||||
port = 3306
|
||||
database = db_nagiosql_v32
|
||||
|
||||
834
install/functions/install_class.php
Executable file → Normal file
834
install/functions/install_class.php
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
10
install/functions/prepend_install.php
Executable file → Normal file
10
install/functions/prepend_install.php
Executable file → Normal file
@@ -4,15 +4,15 @@
|
||||
// NagiosQL
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// (c) 2005-2012 by Martin Willisegger
|
||||
// (c) 2005-2017 by Martin Willisegger
|
||||
//
|
||||
// Project : NagiosQL
|
||||
// Component : Installer preprocessing script
|
||||
// Website : http://www.nagiosql.org
|
||||
// Date : $LastChangedDate: 2012-01-04 15:40:03 +0100 (Mi, 04. Jan 2012) $
|
||||
// Date : $LastChangedDate: 2017-06-22 09:29:35 +0200 (Thu, 22 Jun 2017) $
|
||||
// Author : $LastChangedBy: martin $
|
||||
// Version : 3.2.0
|
||||
// Revision : $LastChangedRevision: 1154 $
|
||||
// Version : 3.3.0
|
||||
// Revision : $LastChangedRevision: 2 $
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
error_reporting(E_ALL);
|
||||
@@ -24,7 +24,7 @@ $strInfoMessage = ""; // All information messages (green)
|
||||
//
|
||||
// Start PHP session
|
||||
// =================
|
||||
session_start('nagiosql_install');
|
||||
session_start([ 'name' => 'nagiosql_install']);
|
||||
//
|
||||
// Include external function/class files
|
||||
// =====================================
|
||||
|
||||
Reference in New Issue
Block a user