Fixed autoblock bug
[lhc/web/wiklou.git] / AdminSettings.sample
index c121fc7..1670cf5 100644 (file)
@@ -6,7 +6,7 @@
  * measure to allow using a separate user account with higher
  * privileges to do maintenance work.
  *
- * Developers: Do not check AdminSettings.php into CVS!
+ * Developers: Do not check AdminSettings.php into Subversion
  *
  * @package MediaWiki
  */
@@ -23,4 +23,9 @@
 $wgDBadminuser      = 'wikiadmin';
 $wgDBadminpassword  = 'adminpass';
 
+/*
+ * Whether to enable the profileinfo.php script.
+ */
+$wgEnableProfileInfo = false;
+
 ?>