mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update xml_cdr_statistics.php (#3190)
This commit is contained in:
committed by
FusionPBX
parent
5f1a22c712
commit
b337b377c8
@@ -99,7 +99,7 @@
|
||||
$search_url .= '&billsec='.escape($_GET['billsec']);
|
||||
}
|
||||
if (strlen($_GET['hangup_cause']) > 0) {
|
||||
$search_url .= '&hangup_cause='.escape$_GET['hangup_cause']);
|
||||
$search_url .= '&hangup_cause='.escape($_GET['hangup_cause']);
|
||||
}
|
||||
if (strlen($_GET['uuid']) > 0) {
|
||||
$search_url .= '&uuid='.escape($_GET['uuid']);
|
||||
|
||||
Reference in New Issue
Block a user