Changeset 1117 for trunk/wp-admin/upgrade.php
- Timestamp:
- 04/22/2004 12:40:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r1108 r1117 1 1 <?php 2 2 $_wp_installing = 1; 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.");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'); 5 5 require('upgrade-functions.php');
Note: See TracChangeset
for help on using the changeset viewer.