mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Fixed Notice when declaring constant (visibility depending on the PHP error level)
SVN:code[27]
This commit is contained in:
@@ -6,10 +6,10 @@ require_once('../application/utils.inc.php');
|
||||
require_once('../core/config.class.inc.php');
|
||||
require_once('../core/cmdbsource.class.inc.php');
|
||||
require_once('./setuppage.class.inc.php');
|
||||
define(TMP_CONFIG_FILE, '../tmp-config-itop.php');
|
||||
define(FINAL_CONFIG_FILE, '../config-itop.php');
|
||||
define(PHP_MIN_VERSION, '5.2.0');
|
||||
define(MYSQL_MIN_VERSION, '5.0.0');
|
||||
define('TMP_CONFIG_FILE', '../tmp-config-itop.php');
|
||||
define('FINAL_CONFIG_FILE', '../config-itop.php');
|
||||
define('PHP_MIN_VERSION', '5.2.0');
|
||||
define('MYSQL_MIN_VERSION', '5.0.0');
|
||||
|
||||
$sOperation = Utils::ReadParam('operation', 'step1');
|
||||
$oP = new setup_web_page('iTop configuration wizard');
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
require_once("../application/nicewebpage.class.inc.php");
|
||||
define(INSTALL_LOG_FILE, '../setup.log');
|
||||
define('INSTALL_LOG_FILE', '../setup.log');
|
||||
|
||||
/**
|
||||
* Web page used for displaying the login form
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user