Changeset 8238
- Timestamp:
- 07/02/08 17:03:55 (5 months ago)
- Files:
-
- trunk/wp-admin/setup-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/setup-config.php
r7971 r8238 1 1 <?php 2 2 define('WP_INSTALLING', true); 3 //These t wodefines are required to allow us to use require_wp_db() to load the database class while being wp-content/wp-db.php aware3 //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 aware 4 4 define('ABSPATH', dirname(dirname(__FILE__)).'/'); 5 5 define('WPINC', 'wp-includes'); 6 define('WP_CONTENT_DIR', ABSPATH . 'wp-content'); 6 7 7 8 require_once('../wp-includes/compat.php');
