summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php2
1 files changed, 1 insertions, 1 deletions
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( "<h2>Warning!</h2> Installing to http://localhost/ is not supported. Please use <a href='http://localhost.localdomain/'>http://localhost.localdomain/</a> instead." )
+ die( "<h2>Warning!</h2> Installing to http://localhost/ is not supported. Please use <a href='http://localhost.localdomain/'>http://localhost.localdomain/</a> instead." );
}
define('WP_INSTALLING', true);