Fix non-root install bug
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Apr 2004 10:31:39 +0000 (10:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Apr 2004 10:31:39 +0000 (10:31 +0000)
config/index.php

index 9eab263..b353e5a 100644 (file)
@@ -99,6 +99,7 @@ header( "Content-type: text/html; charset=utf-8" );
 </div>
 
 <?php
+
 $IP = ".."; # Just to suppress notices, not for anything useful
 include( "../includes/DefaultSettings.php" );
 ?>
@@ -307,7 +308,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) {
                                                $errs["RootPW"] = "Got root?";
                                                print " need password.</li>\n";
                                        } else {
-                                               $conf->Root = true;
+                                               $conf->Root = false;
                                                $conf->RootPW = "";
                                                print " ok.</li>\n";
                                                # And keep going...