Made setup complete message validate
authorTom Gilder <tomgilder@users.mediawiki.org>
Thu, 6 Oct 2005 20:48:29 +0000 (20:48 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Thu, 6 Oct 2005 20:48:29 +0000 (20:48 +0000)
config/index.php

index f861d45..a42e7e6 100644 (file)
@@ -141,11 +141,9 @@ require_once( "includes/Namespace.php" );
 /* Check for existing configurations and bug out! */
 
 if( file_exists( "../LocalSettings.php" ) ) {
-       dieout( "<h2>Already configured</h2>
+       dieout( "       <p><strong>Setup has completed, <a href='../index.php'>your wiki</a> is configured.</strong></p>
 
-       <p><strong>Setup has completed, <a href='../index.php'>your wiki</a> is configured.</strong></p>
-
-       <p>Please delete the /config directory for extra security.</p>" );
+       <p>Please delete the /config directory for extra security.</p></div></div></div></div>" );
 }
 
 if( file_exists( "./LocalSettings.php" ) ) {