tests
This commit is contained in:
parent
3be342b2f9
commit
3165c90205
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ $data = file_get_contents("php://input");
|
|||
// file_put_contents(Core::root_dir()."/xmltest", $data);
|
||||
preg_match("/\<EMailAddress\>(.*?)\<\/EMailAddress\>/", $data, $matches);
|
||||
//print_r($matches);
|
||||
//echo '<?xml version="1.0" encoding="utf-8" ?>'; ?>
|
||||
//echo '<?xml version="1.0" encoding="utf-8" '
|
||||
?>
|
||||
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
|
||||
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
|
||||
<Account>
|
||||
|
|
Loading…
Reference in a new issue