mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-22 02:37:13 +00:00
[Web] Revert some autodiscover changes
This commit is contained in:
@@ -15,8 +15,6 @@ error_reporting(0);
|
|||||||
|
|
||||||
$data = trim(file_get_contents("php://input"));
|
$data = trim(file_get_contents("php://input"));
|
||||||
|
|
||||||
file_put_contents('/tmp/dsa', json_encode($_SERVER), FILE_APPEND);
|
|
||||||
|
|
||||||
if (strpos($data, 'autodiscover/outlook/responseschema') !== false) {
|
if (strpos($data, 'autodiscover/outlook/responseschema') !== false) {
|
||||||
$autodiscover_config['autodiscoverType'] = 'imap';
|
$autodiscover_config['autodiscoverType'] = 'imap';
|
||||||
if ($autodiscover_config['useEASforOutlook'] == 'yes' &&
|
if ($autodiscover_config['useEASforOutlook'] == 'yes' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user