From 29e9f0bc645d8534e06df9c2092bef49a59bb993 Mon Sep 17 00:00:00 2001 From: Yaco Date: Sat, 12 Mar 2022 03:33:00 +0000 Subject: adds crowdfunding test code --- conf/acl.auth.php | 21 +++++++++++++++++++++ conf/acl.auth.php.save | 21 +++++++++++++++++++++ conf/local.php | 8 ++++++++ conf/plugin | 1 + conf/plugins.local.php | 8 ++++++++ conf/users.auth.php | 1 + 6 files changed, 60 insertions(+) create mode 100644 conf/acl.auth.php create mode 100644 conf/acl.auth.php.save create mode 100644 conf/local.php create mode 120000 conf/plugin create mode 100644 conf/plugins.local.php create mode 120000 conf/users.auth.php (limited to 'conf') diff --git a/conf/acl.auth.php b/conf/acl.auth.php new file mode 100644 index 0000000..c70af78 --- /dev/null +++ b/conf/acl.auth.php @@ -0,0 +1,21 @@ +# 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 1 diff --git a/conf/acl.auth.php.save b/conf/acl.auth.php.save new file mode 100644 index 0000000..c70af78 --- /dev/null +++ b/conf/acl.auth.php.save @@ -0,0 +1,21 @@ +# 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 1 diff --git a/conf/local.php b/conf/local.php new file mode 100644 index 0000000..bb9a203 --- /dev/null +++ b/conf/local.php @@ -0,0 +1,8 @@ +