Browse Source

[Web] Autodiscover fixes

andryyy 8 năm trước cách đây
mục cha
commit
64c9691798
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data/web/autodiscover.php

+ 1 - 1
data/web/autodiscover.php

@@ -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';
   }
 }