Changeset 1803 for trunk/wp-admin/upgrade.php
- Timestamp:
- 10/15/2004 04:50:40 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r1601 r1803 1 <?php1 l<?php 2 2 $_wp_installing = 1; 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 5 timer_start(); 6 require ('upgrade-functions.php');6 require_once(ABSPATH . '/wp-admin/upgrade-functions.php'); 7 7 8 8 $step = $_GET['step'];
Note: See TracChangeset
for help on using the changeset viewer.