Increased Suhosin minimum value for get_max_value to 2048 due to a bug seen on some installations

SVN:1.2[1700]
This commit is contained in:
Denis Flaven
2011-11-30 13:23:32 +00:00
parent e2f8be1745
commit 006a6037d1

View File

@@ -37,7 +37,7 @@ define('FINAL_CONFIG_FILE', APPROOT.'/config-itop.php');
define('PHP_MIN_VERSION', '5.2.0');
define('MYSQL_MIN_VERSION', '5.0.0');
define('MIN_MEMORY_LIMIT', 32*1024*1024);
define('SUHOSIN_GET_MAX_VALUE_LENGTH', 1024);
define('SUHOSIN_GET_MAX_VALUE_LENGTH', 2048);
$sOperation = Utils::ReadParam('operation', 'step0');
$oP = new SetupWebPage('iTop configuration wizard');