mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
debout output for _POST[cdr]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user