From bc88dce44fa82ede9c14b7e12c3e8136f9d467c0 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 28 Jun 2006 02:41:02 +0000 Subject: [PATCH] Add DBschema to output, change exit to proper dieout() call --- config/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.php b/config/index.php index 5deff4df54..6868b6dcf2 100644 --- a/config/index.php +++ b/config/index.php @@ -256,8 +256,7 @@ if (!$phpdatabases) { print "
  • For $full, compile PHP using --with-$comp, " ."or install the $comp.so module
  • \n"; } - print "\n"; - exit; + dieout( "" ); } print "
  • Found database drivers for:"; @@ -1345,6 +1344,7 @@ if ( \$wgCommandLineMode ) { \$wgDBpassword = \"{$slconf['DBpassword']}\"; \$wgDBprefix = \"{$slconf['DBprefix']}\"; \$wgDBtype = \"{$slconf['DBtype']}\"; +\$wgDBschema = \"{$slconf['DBschema']}\"; # Experimental charset support for MySQL 4.1/5.0. \$wgDBmysql5 = {$conf->DBmysql5}; -- 2.20.1