Changeset 1229 for trunk/wp-admin/upgrade.php
- Timestamp:
- 05/05/2004 08:00:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r1117 r1229 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'); 5 timer_start(); 5 6 require('upgrade-functions.php'); 6 7 … … 55 56 <h2>Step 1</h2> 56 57 <p>There's actually only one step. So if you see this, you're done. <a href="../">Have fun</a>! </p> 58 59 <!-- 60 <pre> 61 <?php echo $wpdb->num_queries; ?> queries 62 63 <?php timer_stop(1); ?> seconds 64 </pre> 65 --> 66 57 67 <?php 58 68 break;
Note: See TracChangeset
for help on using the changeset viewer.