Correctly use seealso

This commit is contained in:
Michal Čihař 2012-11-09 12:14:55 +01:00
parent 70d13367c0
commit 9f958c28f4
2 changed files with 7 additions and 6 deletions

View File

@ -223,9 +223,12 @@ cookie authentication modes (or 'config' authentication mode since phpMyAdmin
privilege on the *mysql.user (all columns except "Password")*, *mysql.db (all
columns)* and *mysql.tables\_priv (all columns except "Grantor" and
"Timestamp")* tables. This account is used to check what databases the user
will see at login. Please see the :ref:`setup` on :ref:`authentication_modes`
for more information. In phpMyAdmin versions before 2.2.5, those were called
"stduser/stdpass".
will see at login.
.. versionchanged:: 2.2.5
those were called "stduser/stdpass"
.. seealso:: :ref:`setup`, :ref:`authentication_modes`
.. config:option:: $cfg['Servers'][$i]['auth_type']

View File

@ -566,9 +566,7 @@ This is not specific to phpmyadmin, it's just the behavior of Apache.
http://backend.example.com/%7Euser/phpmyadmin
ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo
See `http://httpd.apache.org/docs/2.2/mod/mod\_proxy.html
<http://httpd.apache.org/docs/2.2/mod/mod_proxy.html>`_ for more
details.
.. seealso:: <http://httpd.apache.org/docs/2.2/mod/mod_proxy.html>
.. _faq1_41: