diff --git a/inc/auth.php b/inc/auth.php index e0f955568a88dfb5614b2e9464e6e7f1c34595e9..020520004a756890f7651ff3c40c247f16e3b7a8 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -304,7 +304,8 @@ function auth_aclcheck($id,$user,$groups){ //we did this already //looks like there is something wrong with the ACL //break here - return $perm; + msg('No ACL setup yet! Denying access to everyone.'); + return AUTH_NONE; } }while(1); //this should never loop endless