Update domain_edit.php
This commit is contained in:
parent
1b829f64db
commit
1623796b9b
|
|
@ -31,7 +31,7 @@
|
|||
require_once "resources/check_auth.php";
|
||||
|
||||
//check permissions
|
||||
if (permission_exists('domain_add') || permission_exists('domain_edit')) {
|
||||
if (permission_exists('domain_all') && permission_exists('domain_edit')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue