Changeset 656
- Timestamp:
- 07/11/06 17:10:05 (2 years ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r652 r656 6 6 } 7 7 if( $_SERVER[ 'HTTP_HOST' ] == 'localhost' ) { 8 die( "<h2>Warning!</h2> Installing to http://localhost/ is not supported. Please use <a href='http://localhost.localdomain/'>http://localhost.localdomain/</a> instead." ) 8 die( "<h2>Warning!</h2> Installing to http://localhost/ is not supported. Please use <a href='http://localhost.localdomain/'>http://localhost.localdomain/</a> instead." ); 9 9 } 10 10 define('WP_INSTALLING', true);
