Consistent naming of the server section
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
56c9a077e8
commit
0b5f76065f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user