Fix for http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000351 from MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@1803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a85bbd647d
commit
5fef29b626
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user