Changeset 6196 for tags/2.3/wp-admin/setup-config.php
- Timestamp:
- 10/06/2007 07:55:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/2.3/wp-admin/setup-config.php
r6137 r6196 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(__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.