Merge branch 'QA_4_6'

This commit is contained in:
Michal Čihař 2016-10-04 12:02:07 +02:00
commit 82158f4c48

View File

@ -215,7 +215,7 @@ class Config
$this->set('PMA_USR_BROWSER_VER', intval($log_version[1]) + 4);
$this->set('PMA_USR_BROWSER_AGENT', 'IE');
} elseif (preg_match(
'@OmniWeb/([0-9]\.[0-9]{1,2})@',
'@OmniWeb/([0-9]{1,3})@',
$HTTP_USER_AGENT,
$log_version
)) {