소스 검색

[Web] Revert some autodiscover changes

andryyy 8 년 전
부모
커밋
24af77f41c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      data/web/autodiscover.php

+ 0 - 2
data/web/autodiscover.php

@@ -15,8 +15,6 @@ error_reporting(0);
 
 $data = trim(file_get_contents("php://input"));
 
-file_put_contents('/tmp/dsa', json_encode($_SERVER), FILE_APPEND);
-
 if (strpos($data, 'autodiscover/outlook/responseschema') !== false) {
   $autodiscover_config['autodiscoverType'] = 'imap';
   if ($autodiscover_config['useEASforOutlook'] == 'yes' &&