Changeset 6019 for temp/trunk
- Timestamp:
- 2006/10/11 21:42:09 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
install.inc (modified) (1 diff)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/install.inc
r6018 r6019 1 1 <?php 2 3 2 ?> -
temp/trunk/data/lib/slib.php
r6009 r6019 56 56 if(!defined('ECCUBE_INSTALL')) { 57 57 if(!ereg("^/install/", $_SERVER['PHP_SELF'])) { 58 header("Location: /install/");58 header("Location: ./install/"); 59 59 } 60 60 } else {
Note: See TracChangeset
for help on using the changeset viewer.
