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

SVN:trunk[1699]
This commit is contained in:
Denis Flaven
2011-11-30 13:21:38 +00:00
parent f17f4e1f78
commit 99c4128ee6

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');