From 8c4f28e8218f0ffb4c01bfd99c7420114b839c4e Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 12 May 2005 22:42:25 +0200 Subject: Turn sensitive files into scripts that exit immediately darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz --- inc/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index 14e7230d0..64b865594 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -28,7 +28,7 @@ if($conf['useacl']){ auth_login($_REQUEST['u'],$_REQUEST['p'],$_REQUEST['r']); //load ACL into a global array - $AUTH_ACL = file('conf/acl.auth'); + $AUTH_ACL = file('conf/acl.auth.php'); } /** -- cgit v1.2.3