Update domain_delete.php

This commit is contained in:
FusionPBX 2019-07-24 01:07:49 -06:00 committed by GitHub
parent 21707d5682
commit 1b829f64db
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('domain_delete')) {
if (permission_exists('domain_all') && permission_exists('domain_delete')) {
//access granted
}
else {