From a77640f3d45a16b0cb02c91048b1e69f51f21e97 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 11 Jul 2006 17:10:05 +0000 Subject: Ooops. Forgot ";" (fixes #74) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@656 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index-install.php') diff --git a/index-install.php b/index-install.php index 9862dfd..8058ffb 100644 --- a/index-install.php +++ b/index-install.php @@ -5,7 +5,7 @@ if( strpos( $_SERVER["REQUEST_URI"], 'index-install.php' ) ) { die(); } if( $_SERVER[ 'HTTP_HOST' ] == 'localhost' ) { - die( "

Warning!

Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead." ) + die( "

Warning!

Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead." ); } define('WP_INSTALLING', true); -- cgit