git-svn-id: https://develop.svn.wordpress.org/trunk@1803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-10-15 04:50:40 +00:00
parent a85bbd647d
commit 5fef29b626

View File

@ -1,9 +1,9 @@
<?php
l<?php
$_wp_installing = 1;
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.");
require('../wp-config.php');
timer_start();
require('upgrade-functions.php');
require_once(ABSPATH . '/wp-admin/upgrade-functions.php');
$step = $_GET['step'];
if (!$step) $step = 0;