Changeset 1236 for trunk/wp-blog-header.php
- Timestamp:
- 05/07/2004 09:05:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r1235 r1236 7 7 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."); 8 8 9 require ($curpath.'/wp-config.php');9 require_once($curpath . '/wp-config.php'); 10 10 11 11 /* Process PATH_INFO, if set. */
Note: See TracChangeset
for help on using the changeset viewer.