Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-06-02 08:15:22 -04:00
commit 8c4eab13ea
2 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,7 @@ phpMyAdmin - ChangeLog
- bug #4931 False error before entering reCAPTCHA
- bug #4909 central column with multiple server
- bug #4937 Custom export with backquotes off is not working
- bug #4908 Reverse proxy: infinite internal redirect (added warning in doc)
4.4.8.0 (2015-05-28)
- bug Allow accessing visual query builder when pmadb is not configured

View File

@ -1200,7 +1200,8 @@ Generic settings
:type: boolean
:default: false
Whether to force using https while accessing phpMyAdmin.
Whether to force using https while accessing phpMyAdmin. In a reverse
proxy setup, setting this to ``true`` is not supported.
.. note::