Add pre-configured Dokuwiki template with setup, config, and content for seamless deployment

This commit is contained in:
kelinfoxy
2026-01-20 20:18:09 -05:00
parent ec6a46a52d
commit b37f819df4
22 changed files with 963 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# acl.auth.php
# <?php exit()?>
# 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