From 74bd6999c5e5c23ebbf90dbb6bdaabbddd7594cf Mon Sep 17 00:00:00 2001 From: sembrestels Date: Thu, 13 Oct 2011 15:23:11 +0200 Subject: Rename lib/dokuwiki to vendors/dokuwiki --- lib/dokuwiki/conf/acl.auth.php.dist | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/dokuwiki/conf/acl.auth.php.dist (limited to 'lib/dokuwiki/conf/acl.auth.php.dist') diff --git a/lib/dokuwiki/conf/acl.auth.php.dist b/lib/dokuwiki/conf/acl.auth.php.dist deleted file mode 100644 index 14344d778..000000000 --- a/lib/dokuwiki/conf/acl.auth.php.dist +++ /dev/null @@ -1,21 +0,0 @@ -# acl.auth.php -# -# Don't modify the lines above -# -# Access Control Lists -# -# Editing this file by hand shouldn't be necessary. Use the ACL -# Manager interface instead. -# -# If your auth backend allows special char like spaces in groups -# or user names you need to urlencode them (only chars <128, leave -# UTF-8 multibyte chars as is) -# -# none 0 -# read 1 -# edit 2 -# create 4 -# upload 8 -# delete 16 - -* @ALL 8 -- cgit v1.2.3