root > WikiSense-trunk > attic > MediaWikiConfig.php.orig

MediaWikiConfig.php.orig

text/x-php, 175 bytes (load raw)
<?
if (!defined('WS_WEB')) die('bad entry point');

$wgDebugComments= true;
$wgDebugDumpSql= true;
$wgShowSQLErrors= false;

$wgDBpassword= NULL;

#$wgShowSQLErrors= true;

?>