Changeset 6198 for trunk/wp-admin/setup-config.php
- Timestamp:
- 10/06/2007 08:18:33 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/setup-config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r6137 r6198 1 1 <?php 2 2 define('WP_INSTALLING', true); 3 //These two defines are required to allow us to use require_wp_db() to load the database class while being wp-content/wp-db.php aware 4 define('ABSPATH', dirname(dirname(__FILE__)).'/'); 5 define('WPINC', 'wp-includes'); 3 6 4 7 require_once('../wp-includes/compat.php'); … … 161 164 162 165 // We'll fail here if the values are no good. 163 require_ once('../wp-includes/wp-db.php');166 require_wp_db(); 164 167 $handle = fopen('../wp-config.php', 'w'); 165 168
Note: See TracChangeset
for help on using the changeset viewer.