Update domains.php
This commit is contained in:
parent
a2209ec528
commit
d59955a38c
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
|
||||
//check permission
|
||||
if (permission_exists('domain_view')) {
|
||||
if (permission_exists('domain_all') && permission_exists('domain_view')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue