mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_statistics.php (#3190)
This commit is contained in:
committed by
FusionPBX
parent
ab61bbe994
commit
3053a364e0
@@ -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