Unbreak the class (some unfinished code inside replace())
[lhc/web/wiklou.git] / AdminSettings.sample
index fd373e4..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,12 +6,14 @@
 #
 # Developers: Do not check AdminSettings.php into CVS!
 
-# This data is used to set up the database, and for all
-# maintenance operations on it (rebuild links tables etc.).
-# You can use the root account here. If you don't, make sure 
-# that the user has the rights to create the database before 
-# running the install script, or create the database yourself.
-
+# 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";