From: Brion Vibber Date: Fri, 2 Apr 2004 10:31:39 +0000 (+0000) Subject: Fix non-root install bug X-Git-Tag: 1.3.0beta1~642 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=d24347d823e7a8e1d70d197950b9bc8660eb242c;p=lhc%2Fweb%2Fwiklou.git Fix non-root install bug --- diff --git a/config/index.php b/config/index.php index 9eab263172..b353e5a5d5 100644 --- a/config/index.php +++ b/config/index.php @@ -99,6 +99,7 @@ header( "Content-type: text/html; charset=utf-8" ); @@ -307,7 +308,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { $errs["RootPW"] = "Got root?"; print " need password.\n"; } else { - $conf->Root = true; + $conf->Root = false; $conf->RootPW = ""; print " ok.\n"; # And keep going...