[Web] Autodiscover fixes

master
andryyy 2017-10-02 19:07:14 +02:00
parent a837c9ab53
commit 64c9691798
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if ($autodiscover_config['autodiscoverType'] == 'activesync') {
$autodiscover_config['autodiscoverType'] = 'imap';
}
}
if (preg_match("/emClient/i", $_SERVER['HTTP_USER_AGENT'])) {
if (preg_match("/eM Client/i", $_SERVER['HTTP_USER_AGENT'])) {
$autodiscover_config['autodiscoverType'] = 'imap';
}
}