From e7cb32dcb57d3ae03544db66367d6aaa02f7ddf8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 29 Jul 2005 17:54:57 +0200 Subject: DOKU_CONF define for config directory #479 darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz --- inc/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index 020520004..463d947a2 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -31,8 +31,8 @@ if($conf['useacl']){ auth_login($_REQUEST['u'],$_REQUEST['p'],$_REQUEST['r']); //load ACL into a global array - if(is_readable(DOKU_INC.'conf/acl.auth.php')){ - $AUTH_ACL = file(DOKU_INC.'conf/acl.auth.php'); + if(is_readable(DOKU_CONF.'acl.auth.php')){ + $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); }else{ $AUTH_ACL = array(); } -- cgit v1.2.3