Changeset 8195
- Timestamp:
- 08/16/13 16:44:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup/check_install.php
r7681 r8195 98 98 'safe_mode' => 'max_execution_time = 30' 99 99 ), 100 'include_path' => array(101 'func' => 'php_ini_check',102 'value' => '.',103 'check' => 'contain',104 'error' => lang('include_path need to contain "." - the current directory'),105 'save_mode' => 'max_execution_time = 30'106 ),100 # 'include_path' => array( 101 # 'func' => 'php_ini_check', 102 # 'value' => '.', 103 # 'check' => 'contain', 104 # 'error' => lang('include_path need to contain "." - the current directory'), 105 # 'save_mode' => 'max_execution_time = 30' 106 # ), 107 107 # 'mysql' => array( 108 108 # 'func' => 'extension_check',
Note: See TracChangeset
for help on using the changeset viewer.