Changeset 17 for trunk/install/install4.php
- Timestamp:
- Feb 20, 2010, 4:54:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/install4.php
r2 r17 216 216 $config .= "\n"; 217 217 $config .= "\n"; 218 $config .= "if ( eregi(\"config.php\",\$_SERVER['PHP_SELF'])) {\n";218 $config .= "if (stristr(\"config.php\",\$_SERVER['PHP_SELF'])) {\n"; 219 219 $config .= " Header(\"Location: index.php\");\n"; 220 220 $config .= " die();\n"; … … 253 253 $config_adm .= "\n"; 254 254 $config_adm .= "\n"; 255 $config_adm .= "if ( eregi(\"config.php\",\$_SERVER['PHP_SELF'])) {\n";255 $config_adm .= "if (stristr(\"config.php\",\$_SERVER['PHP_SELF'])) {\n"; 256 256 $config_adm .= " Header(\"Location: index.php\");\n"; 257 257 $config_adm .= " die();\n";
Note:
See TracChangeset
for help on using the changeset viewer.