Set $wgProfileToDatabase = false
This commit is contained in:
parent
172ba2f08a
commit
d67b431f5a
1 changed files with 2 additions and 1 deletions
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue