From 2add4dd067bd645699d5456d0db0ee1328285f7e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 4 Apr 2006 09:40:11 +0000 Subject: [PATCH] Woops, left in a debugging bit that spit out config file --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( ".." ); -- 2.20.1