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