Update domain_delete.php
This commit is contained in:
parent
21707d5682
commit
1b829f64db
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue