From: Greg Sabino Mullane Date: Wed, 28 Jun 2006 02:41:02 +0000 (+0000) Subject: Add DBschema to output, change exit to proper dieout() call X-Git-Tag: 1.31.0-rc.0~56562 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=bc88dce44fa82ede9c14b7e12c3e8136f9d467c0;p=lhc%2Fweb%2Fwiklou.git Add DBschema to output, change exit to proper dieout() call --- 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};