Changeset 6444 for branches/2.3/wp-admin/setup-config.php
- Timestamp:
- 12/21/2007 01:35:26 AM (18 years ago)
- File:
-
- 1 edited
-
branches/2.3/wp-admin/setup-config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-admin/setup-config.php
r6137 r6444 4 4 require_once('../wp-includes/compat.php'); 5 5 require_once('../wp-includes/functions.php'); 6 require_once('../wp-includes/classes.php'); 6 7 7 8 if (!file_exists('../wp-config-sample.php')) … … 162 163 // We'll fail here if the values are no good. 163 164 require_once('../wp-includes/wp-db.php'); 165 if ( !empty($wpdb->error) ) 166 wp_die($wpdb->error->get_error_message()); 167 164 168 $handle = fopen('../wp-config.php', 'w'); 165 169
Note: See TracChangeset
for help on using the changeset viewer.