Changeset 2455 for trunk/wp-admin/upgrade.php
- Timestamp:
- 03/17/2005 11:34:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r2391 r2455 1 1 <?php 2 $_wp_installing = 1;2 define('WP_INSTALLING', true); 3 3 if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php."); 4 4 require('../wp-config.php');
Note: See TracChangeset
for help on using the changeset viewer.