Update xml_cdr_extension_summary.php

This commit is contained in:
FusionPBX
2016-08-23 03:32:25 -06:00
committed by GitHub
parent f67f9ec142
commit 10c6d68f60

View File

@@ -111,9 +111,9 @@
echo " <input type='button' class='btn' value='".$text['button-download_csv']."' ";
echo "onclick=\"window.location='xml_cdr_extension_summary.php?";
if (strlen($_SERVER["QUERY_STRING"]) > 0) {
echo $_SERVER["QUERY_STRING"]."&csv=true';\">\n";
echo $_SERVER["QUERY_STRING"]."&type=csv';\">\n";
} else {
echo "csv=true';\">\n";
echo "type=csv';\">\n";
}
if (permission_exists('xml_cdr_all') && $_GET['showall'] != 'true') {