Changeset 5417 for branches/2.2/wp-blog-header.php
- Timestamp:
- 05/09/07 16:17:41 (2 years ago)
- Files:
-
- branches/2.2/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-blog-header.php
r4990 r5417 8 8 require_once( dirname(__FILE__) . '/wp-includes/classes.php'); 9 9 require_once( dirname(__FILE__) . '/wp-includes/functions.php'); 10 require_once( dirname(__FILE__) . '/wp-includes/plugin.php'); 10 11 wp_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://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='{$path}setup-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.", "WordPress › Error"); 11 12 }
