Some slash fixes
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 28 Mar 2004 01:47:43 +0000 (01:47 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 28 Mar 2004 01:47:43 +0000 (01:47 +0000)
config/index.php

index 7ce9220..1d43560 100644 (file)
@@ -670,9 +670,9 @@ if( \$wgCommandLineMode ) {
 ## you should define a MySQL user with limited privileges.
 ## See MySQL docs: http://www.mysql.com/doc/en/GRANT.html
 #
-# $wgAllowSysopQueries = true;
-# $wgDBsqluser        = \"sqluser\";
-# $wgDBsqlpassword    = \"sqlpass\";
+# \$wgAllowSysopQueries = true;
+# \$wgDBsqluser        = \"sqluser\";
+# \$wgDBsqlpassword    = \"sqlpass\";
 
 \$wgDBmysql4 = \$wgEnablePersistentLC = {$conf->DBmysql4};