root > WikiSense-trunk > config > MediaWikiConfig.php

MediaWikiConfig.php

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

$wgDebugComments= true;
$wgDebugDumpSql= true;
$wgShowSQLErrors= false;
error_reporting( E_ALL );

$wgDBpassword= NULL;
$wgDefaultSkin = 'monobook';

$wgShowSQLErrors= true;
$wgShowExceptionDetails = true;
$wgUseDatabaseMessages= false;
?>