mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_details.php
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
$text = $language->get();
|
||||
|
||||
//get the http values and set them to a variable
|
||||
if (strlen($_REQUEST["uuid"]) > 0) {
|
||||
$uuid = trim($_REQUEST["uuid"]);
|
||||
if (strlen($_REQUEST["id"]) > 0) {
|
||||
$uuid = trim($_REQUEST["id"]);
|
||||
}
|
||||
|
||||
//get the cdr string from the database
|
||||
|
||||
Reference in New Issue
Block a user