Changeset 623
- Timestamp:
- 07/02/06 23:13:22 (2 years ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r617 r623 1 1 <?php 2 // don't ever call this file directly! 3 if( strpos( $_SERVER["REQUEST_URI"], 'index-install.php' ) ) { 4 header( "Location: index.php" ); 5 die(); 6 } 2 7 define('WP_INSTALLING', true); 3 8
