tests
This commit is contained in:
parent
d6aec92545
commit
6ab3e1f76b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class Responder {
|
||||||
$response->content_type = "ms-json";
|
$response->content_type = "ms-json";
|
||||||
$response->content = new MSAutodiscoverJSONResponse();
|
$response->content = new MSAutodiscoverJSONResponse();
|
||||||
$response->content->Protocol = "AutodiscoverV1";
|
$response->content->Protocol = "AutodiscoverV1";
|
||||||
$response->content->Protocol = "https://" . $_SERVER['HTTP_HOST'] . "/Autodiscover/Autodiscover.xml";
|
$response->content->Url = "https://" . $_SERVER['HTTP_HOST'] . "/Autodiscover/Autodiscover.xml";
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
private function dummy_response(){
|
private function dummy_response(){
|
||||||
|
|
Loading…
Reference in a new issue