Changes in trunk/admin/footer.php [2:23]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/footer.php
r2 r23 8 8 9 9 $PHP_SELF=$_SERVER['PHP_SELF']; 10 if ( eregi("footer.php",$PHP_SELF)) {10 if (preg_match("/footer.php/i",$PHP_SELF)) { 11 11 Header("Location: admin.php"); 12 12 die();
Note:
See TracChangeset
for help on using the changeset viewer.