Changeset 17 for trunk/client/config.php
- Timestamp:
- Feb 20, 2010, 4:54:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/config.php
r9 r17 9 9 10 10 11 if ( eregi("config.php",$_SERVER['PHP_SELF'])) {11 if (stristr("config.php",$_SERVER['PHP_SELF'])) { 12 12 Header("Location: index.php"); 13 13 die();
Note:
See TracChangeset
for help on using the changeset viewer.