From 0b5f76065f144ca406957c05783b30eab1b9f707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 27 Apr 2016 11:15:02 +0200 Subject: [PATCH] Consistent naming of the server section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 42ebca34ee..f371bca9ef 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -2928,7 +2928,7 @@ server certificates and tell phpMyAdmin to use them: .. code-block:: php // IP address of your instance - $cfg['Servers'][2]['host'] = '8.8.8.8'; + $cfg['Servers'][$i]['host'] = '8.8.8.8'; // Use SSL for connection $cfg['Servers'][$i]['ssl'] = true; // Client secret key