瀏覽代碼

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1699 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父節點
當前提交
187b2f9ded
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup/index.php

+ 1 - 1
setup/index.php

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