From 864687ae4ef96a122e0f12e73a591e56f4415ceb Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Wed, 24 Apr 2002 19:02:57 +0000 Subject: [PATCH] Minor fix in config.inc.php3 where I forgot a '[' --- config.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php3 b/config.inc.php3 index 26a66ae5c4..587ae865b1 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -44,7 +44,7 @@ $i = 0; // You can disable a server config entry by setting host to ''. $i++; $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname -$cfg['Servers']$i]['port'] = ''; // MySQL port - leave blank for default port +$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port $cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') $cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings