mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_extension_summary.php
This commit is contained in:
@@ -111,9 +111,9 @@
|
|||||||
echo " <input type='button' class='btn' value='".$text['button-download_csv']."' ";
|
echo " <input type='button' class='btn' value='".$text['button-download_csv']."' ";
|
||||||
echo "onclick=\"window.location='xml_cdr_extension_summary.php?";
|
echo "onclick=\"window.location='xml_cdr_extension_summary.php?";
|
||||||
if (strlen($_SERVER["QUERY_STRING"]) > 0) {
|
if (strlen($_SERVER["QUERY_STRING"]) > 0) {
|
||||||
echo $_SERVER["QUERY_STRING"]."&csv=true';\">\n";
|
echo $_SERVER["QUERY_STRING"]."&type=csv';\">\n";
|
||||||
} else {
|
} else {
|
||||||
echo "csv=true';\">\n";
|
echo "type=csv';\">\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (permission_exists('xml_cdr_all') && $_GET['showall'] != 'true') {
|
if (permission_exists('xml_cdr_all') && $_GET['showall'] != 'true') {
|
||||||
|
|||||||
Reference in New Issue
Block a user