summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorjan <jan@jandecaluwe.com>2005-05-12 22:42:25 +0200
committerjan <jan@jandecaluwe.com>2005-05-12 22:42:25 +0200
commit8c4f28e8218f0ffb4c01bfd99c7420114b839c4e (patch)
tree7e555672525e915191303d319ded5dc70b64bfda /inc/auth.php
parent7009a5a9c3eec40fc7ae8aba3932be002d157b98 (diff)
downloadrpg-8c4f28e8218f0ffb4c01bfd99c7420114b839c4e.tar.gz
rpg-8c4f28e8218f0ffb4c01bfd99c7420114b839c4e.tar.bz2
Turn sensitive files into scripts that exit immediately
darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php2
1 files changed, 1 insertions, 1 deletions
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');
}
/**