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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 @@
}
?>
?>