Make the export page use the new xml_cdr_export permission.

This commit is contained in:
FusionPBX
2020-09-16 15:48:43 -06:00
committed by GitHub
parent b9c6f56554
commit 95d3684cd1

View File

@@ -30,7 +30,7 @@
require_once "resources/check_auth.php";
//check permissions
if (permission_exists('xml_cdr_view')) {
if (permission_exists('xml_cdr_export')) {
//access granted
}
else {
@@ -316,4 +316,4 @@
}
?>
?>