From 9469b84a943b96b150789707fd3859b35b32e8ea Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Wed, 18 Jun 2014 01:40:17 +0000 Subject: [PATCH] debout output for _POST[cdr] --- app/xml_cdr/v_xml_cdr_import.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/v_xml_cdr_import.php b/app/xml_cdr/v_xml_cdr_import.php index 873fb76b1f..8f8e038c54 100644 --- a/app/xml_cdr/v_xml_cdr_import.php +++ b/app/xml_cdr/v_xml_cdr_import.php @@ -283,7 +283,9 @@ //get cdr details from the http post if (strlen($_POST["cdr"]) > 0) { - + if ($debug){ + print_r ($_POST["cdr"]); + } //authentication for xml cdr http post if (strlen($_SESSION["xml_cdr"]["http_enabled"]) == 0) { //get the contents of xml_cdr.conf.xml @@ -386,4 +388,4 @@ fclose($fp); } -?> \ No newline at end of file +?>