Add final newline
[lhc/web/wiklou.git] / AdminSettings.sample
index b7e85f6..58fb244 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?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;
@@ -6,10 +6,14 @@
 #
 # Developers: Do not check AdminSettings.php into CVS!
 
-# This data is used for all maintenance operations.
-# The user DOES NOT NEED TO EXIST. It is created by the
-# installation script.
-
+# 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";