Fix for r44775: remove debug line
[lhc/web/wiklou.git] / profileinfo.php
index cd0169e..d1cf853 100644 (file)
@@ -1,11 +1,12 @@
 <?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' );
-require_once( './AdminSettings.php' );
+@include_once( './AdminSettings.php' );
 require_once( './includes/GlobalFunctions.php' );
 
 ?>