mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-26 18:25:42 +00:00
Update xml_cdr_log.php
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
$text = $language->get();
|
||||
|
||||
//get the ID
|
||||
$xml_cdr_uuid = $_GET['id'];
|
||||
$action = $_GET['a'];
|
||||
$xml_cdr_uuid = $_GET['id'] ?? '';
|
||||
$action = $_GET['a'] ?? '';
|
||||
|
||||
//get the cdr json from the database
|
||||
$sql = "select * from v_xml_cdr_logs ";
|
||||
|
||||
Reference in New Issue
Block a user