Changeset 6137 for trunk/wp-admin/install.php
- Timestamp:
- 09/19/2007 04:27:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r6122 r6137 2 2 define('WP_INSTALLING', true); 3 3 if (!file_exists('../wp-config.php')) { 4 require_once('../wp-includes/compat.php'); 4 5 require_once('../wp-includes/functions.php'); 5 6 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='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");
Note: See TracChangeset
for help on using the changeset viewer.