tests
This commit is contained in:
parent
4ed1a3ec37
commit
3be342b2f9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
$conf = Core::$Config["Services"];
|
$conf = Core::$Config["Services"];
|
||||||
//get raw POST data so we can extract the email address
|
//get raw POST data so we can extract the email address
|
||||||
$data = file_get_contents("php://input");
|
$data = file_get_contents("php://input");
|
||||||
file_put_contents(Core::root_dir()."/xmltest", $data);
|
// file_put_contents(Core::root_dir()."/xmltest", $data);
|
||||||
preg_match("/\<EMailAddress\>(.*?)\<\/EMailAddress\>/", $data, $matches);
|
preg_match("/\<EMailAddress\>(.*?)\<\/EMailAddress\>/", $data, $matches);
|
||||||
//print_r($matches);
|
//print_r($matches);
|
||||||
//echo '<?xml version="1.0" encoding="utf-8" ?>'; ?>
|
//echo '<?xml version="1.0" encoding="utf-8" ?>'; ?>
|
||||||
|
|
Loading…
Reference in a new issue