Set $wgProfileToDatabase = false

This commit is contained in:
Aaron Schulz 2008-12-10 03:59:43 +00:00
parent 172ba2f08a
commit d67b431f5a

View file

@ -1,7 +1,8 @@
<?php
ini_set( 'zlib.output_compression', 'off' );
$wgDBadminuser = $wgDBadminpassword = $wgDBserver = $wgDBname = $wgEnableProfileInfo = $wgDBprefix = false;
$wgDBadminuser = $wgDBadminpassword = $wgDBserver = $wgDBname = $wgDBprefix = false;
$wgEnableProfileInfo = $wgProfileToDatabase = false;
define( 'MW_NO_SETUP', 1 );
require_once( './includes/WebStart.php' );