Consistent naming of the server section

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-04-27 11:15:02 +02:00
parent 56c9a077e8
commit 0b5f76065f

View File

@ -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