Update xml_cdr_details.php (#5455)

This commit is contained in:
agree 2020-09-23 12:25:55 -04:00 committed by GitHub
parent 5358e8c0e4
commit ca313c9d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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_details')) {
//access granted
}
else {