Correc the permission name

This commit is contained in:
FusionPBX 2022-11-28 20:11:32 -07:00 committed by GitHub
parent 2885115ed8
commit 7b9203e84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
require_once "resources/check_auth.php";
//check permissions
if (permission_exists('domains_all')) {
if (permission_exists('domain_all')) {
//access granted
}
else {