From 52a5af8d8e4bd46ae07edf29d3b7a3d9e7d2d0af Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 28 Mar 2005 21:47:45 +0200 Subject: auth_aclchecke now returns AUTH_NONE instead -1 (#218) darcs-hash:20050328194745-9977f-729b0fde1e0655c039dc2b489c4afc853dee8acb.gz --- inc/auth.php | 3 +++ 1 file changed, 3 insertions(+) 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; } /** -- cgit v1.2.3