Update xml_cdr_details.php
This commit is contained in:
parent
ca01ccb335
commit
f43c55ff17
|
|
@ -43,8 +43,8 @@
|
|||
$text = $language->get();
|
||||
|
||||
//get the http values and set them to a variable
|
||||
if (strlen($_REQUEST["id"]) > 0) {
|
||||
$uuid = trim($_REQUEST["id"]);
|
||||
if (strlen($_REQUEST["uuid"]) > 0) {
|
||||
$uuid = trim($_REQUEST["uuid"]);
|
||||
}
|
||||
|
||||
//get the cdr string from the database
|
||||
|
|
|
|||
Loading…
Reference in New Issue