From 8a53bdc06d00a6420fa0ea173211d83589272941 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 28 Nov 2004 04:41:48 +0000 Subject: [PATCH] Fix link to setup-config. Bug 497. git-svn-id: https://develop.svn.wordpress.org/trunk@1895 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index b4d9e129fe..e386ac193c 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -1,7 +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."); + die("There doesn't seem to be a 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."); require_once('../wp-config.php'); require('./upgrade-functions.php');