From aec3e104aa352bc176250841a5d70ba2b4d0b82d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 28 Mar 2004 01:47:43 +0000 Subject: [PATCH] Some slash fixes --- config/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/index.php b/config/index.php index 7ce92200f0..1d4356032d 100644 --- a/config/index.php +++ b/config/index.php @@ -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}; -- 2.20.1