clear footer and small margin-top for fieldsets (especially for CologeBlue)
[lhc/web/wiklou.git] / AdminSettings.sample
index b4d74a1..58fb244 100644 (file)
@@ -1,10 +1,19 @@
-<?
+<?php
 # This file should be copied to AdminSettings.php, and modified
 # to reflect local settings.  Unlike LocalSettings.php, it is
 # not copied to the installation directory for security reasons;
-# it is used by the maintenance scripts only.  Do not check
-# AdminSettings.php into CVS!
+# it is used by the install and maintenance scripts only. 
+#
+# Developers: Do not check AdminSettings.php into CVS!
 
+# This data is used by all database maintenance scripts
+# (see directory maintenance/). The SQL user DOES NOT NEED 
+# TO EXIST. It is created by the installation script,
+# which will prompt you for the MySQL root password.
+#
+# This is not to be confused with sysop accounts for the
+# wiki.
+#
 $wgDBadminuser      = "wikiadmin";
 $wgDBadminpassword  = "adminpass";