Merge branch 'QA_4_4'
This commit is contained in:
commit
286b31c71d
@ -41,6 +41,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4898 JS error after selecting a field and press Enter
|
||||
- bug Honor proxy settings when getting Git commit information
|
||||
- bug Missing title on link
|
||||
- bug #4512 ForceSSL Redirect Check
|
||||
|
||||
4.4.6.0 (2015-05-07)
|
||||
- bug #4890 webkitStorageInfo and webkitIndexedDB is deprecated
|
||||
|
||||
@ -331,7 +331,7 @@ if (isset($_COOKIE)
|
||||
* check HTTPS connection
|
||||
*/
|
||||
if ($GLOBALS['PMA_Config']->get('ForceSSL')
|
||||
&& ! $GLOBALS['PMA_Config']->get('is_https')
|
||||
&& ! $GLOBALS['PMA_Config']->detectHttps()
|
||||
) {
|
||||
// grab SSL URL
|
||||
$url = $GLOBALS['PMA_Config']->getSSLUri();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user