Woops, left in a debugging bit that spit out config file
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 4 Apr 2006 09:40:11 +0000 (09:40 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 4 Apr 2006 09:40:11 +0000 (09:40 +0000)
config/index.php

index 39e260a..8cf7f34 100644 (file)
@@ -472,7 +472,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) {
                /* Load up the settings and get installin' */
                $local = writeLocalSettings( $conf );
                echo "<p><b>Generating configuration file...</b></p>\n";
-               echo "<pre>" . htmlspecialchars( $local ) . "</pre>\n";
+               // for debugging: // echo "<pre>" . htmlspecialchars( $local ) . "</pre>\n";
                
                $wgCommandLineMode = false;
                chdir( ".." );