From 12de05107e4c8b006bde6ee8916f34eb476d08da Mon Sep 17 00:00:00 2001
From: donncha
Date: Fri, 13 Jun 2008 17:21:00 +0000
Subject: WP Merge with revision 8075
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
---
wp-admin/upgrade.php | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to 'wp-admin/upgrade.php')
diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php
index a831abd..dc7ec4b 100644
--- a/wp-admin/upgrade.php
+++ b/wp-admin/upgrade.php
@@ -1,9 +1,7 @@
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.
Create a Configuration File");
-require('../wp-config.php');
+require('../wp-load.php');
timer_start();
require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
@@ -18,7 +16,7 @@ else
-
+

--
cgit