Fix log type and name in revdeleted messages: suppressions are stored in the suppress...
[lhc/web/wiklou.git] / AdminSettings.sample
index c121fc7..8b6fe99 100644 (file)
@@ -6,9 +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!
- *
- * @package MediaWiki
+ * Developers: Do not check AdminSettings.php into Subversion
  */
 
 /*
  *
  * This is not to be confused with sysop accounts for the
  * wiki.
+ *
+ * NOTE: for PostgreSQL this should be set to the same user and 
+ * password as the web user, that is, the same as $wgDBuser and
+ * $wgDBpassword in LocalSettings.php. This is necessary to 
+ * ensure that the owner for new tables is set correctly.
  */
 $wgDBadminuser      = 'wikiadmin';
 $wgDBadminpassword  = 'adminpass';
 
-?>
+/*
+ * Whether to enable the profileinfo.php script.
+ */
+$wgEnableProfileInfo = false;