1# acl.auth.php 2# <?php exit()?> 3# Don't modify the lines above 4# 5# Access Control Lists 6# 7# Editing this file by hand shouldn't be necessary. Use the ACL 8# Manager interface instead. 9# 10# If your auth backend allows special char like spaces in groups 11# or user names you need to urlencode them (only chars <128, leave 12# UTF-8 multibyte chars as is) 13# 14# none 0 Global Variable $AUTH_NONE 15# read 1 Global Variable $AUTH_READ 16# edit 2 Global Variable $AUTH_EDIT 17# create 4 Global Variable $AUTH_CREATE 18# upload 8 Global Variable $AUTH_UPLOAD 19# delete 16 Global Variable $AUTH_DELETE 20# admin 255 Global Variable $AUTH_ADMIN 21 22* @ALL 1 23