summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-11 17:10:05 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-11 17:10:05 +0000
commita77640f3d45a16b0cb02c91048b1e69f51f21e97 (patch)
tree39b80a94a1e6fb04e7254245bf785f2af371c011 /index-install.php
parentb5d75745b01a969e2c01b93b6b7b21a76dd21755 (diff)
downloadwordpress-mu-a77640f3d45a16b0cb02c91048b1e69f51f21e97.tar.gz
wordpress-mu-a77640f3d45a16b0cb02c91048b1e69f51f21e97.tar.xz
wordpress-mu-a77640f3d45a16b0cb02c91048b1e69f51f21e97.zip
Ooops. Forgot ";" (fixes #74)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@656 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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);