diff options
-rw-r--r-- | inc/auth.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/auth.php b/inc/auth.php index 96141cd1d..e139db4fa 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -294,6 +294,9 @@ function auth_aclcheck($id,$user,$groups){ return $perm; } }while(1); //this should never loop endless + + //still here? return no permissions + return AUTH_NONE; } /** |