summaryrefslogtreecommitdiff
path: root/plugins/acl/config.inc.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-25 13:05:46 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-25 13:05:46 +0000
commit8abae60dcaf7faf237a36085cdc0440e81a02d76 (patch)
treee825a6b74a78fcbfef1efdc0ea133e1efde0c538 /plugins/acl/config.inc.php
parente5c603c043df9a06a1a3d731991e8337e28201b6 (diff)
- Add support for anyone/anonymous ACL
git-svn-id: https://svn.roundcube.net/trunk@4809 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/config.inc.php')
-rw-r--r--plugins/acl/config.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/acl/config.inc.php b/plugins/acl/config.inc.php
deleted file mode 100644
index c634c1af1..000000000
--- a/plugins/acl/config.inc.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-// Sets default look of access rights table
-// In advanced mode all access rights are displayed separately
-// In simple mode access rights are grouped into four groups: read, write, delete, full
-$rcmail_config['acl_advanced_mode'] = true;
-
-$rcmail_config['acl_username_realm'] = 'test90.kolabsys.com';
-
-?>