From: Brion Vibber Date: Tue, 4 Apr 2006 09:40:11 +0000 (+0000) Subject: Woops, left in a debugging bit that spit out config file X-Git-Tag: 1.6.0~31 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Main?a=commitdiff_plain;h=2add4dd067bd645699d5456d0db0ee1328285f7e;p=lhc%2Fweb%2Fwiklou.git Woops, left in a debugging bit that spit out config file --- diff --git a/config/index.php b/config/index.php index 39e260ab1d..8cf7f346db 100644 --- a/config/index.php +++ b/config/index.php @@ -472,7 +472,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { /* Load up the settings and get installin' */ $local = writeLocalSettings( $conf ); echo "

Generating configuration file...

\n"; - echo "
" . htmlspecialchars( $local ) . "
\n"; + // for debugging: // echo "
" . htmlspecialchars( $local ) . "
\n"; $wgCommandLineMode = false; chdir( ".." );