Changeset 9067 for trunk/wp-admin/setup-config.php
- Timestamp:
- 10/02/2008 04:45:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r8887 r9067 17 17 */ 18 18 define('WP_INSTALLING', true); 19 //These three defines are required to allow us to use require_wp_db() to load the database class while being wp-content/ wp-db.php aware19 //These three defines are required to allow us to use require_wp_db() to load the database class while being wp-content/db.php aware 20 20 define('ABSPATH', dirname(dirname(__FILE__)).'/'); 21 21 define('WPINC', 'wp-includes');
Note: See TracChangeset
for help on using the changeset viewer.