Use domain_view permisison for better versatility.
This commit is contained in:
parent
7b9203e84f
commit
421b5dd024
|
|
@ -33,7 +33,7 @@
|
|||
require_once "resources/check_auth.php";
|
||||
|
||||
//check permissions
|
||||
if (permission_exists('domain_all')) {
|
||||
if (permission_exists('domain_view')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue