Changeset 725 for trunk/wp-blog-header.php
- Timestamp:
- 01/06/2004 10:33:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r677 r725 7 7 8 8 if (!file_exists($curpath . '/wp-config.php')) 9 die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://wordpress.org/docs/faq/#wp-config'>We got it</a>. ");9 die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://wordpress.org/docs/faq/#wp-config'>We got it</a>. You can <a href='wp-admin/install-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file."); 10 10 11 11 require_once ($curpath.'/wp-config.php');
Note: See TracChangeset
for help on using the changeset viewer.