diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-13 10:17:44 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-13 10:17:44 +0000 |
| commit | 32ebf533a2f82571c029a908c5fee27f4febf21d (patch) | |
| tree | 5d3ef7e6b969736bc9209ea800aaa2586153a5b9 /plugins/acl/config.inc.php | |
| parent | 72d2cc157fc40665ec12e31714b6ef419f9b4cd0 (diff) | |
- ACL plugin (initial commit)
git-svn-id: https://svn.roundcube.net/trunk@4757 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/config.inc.php')
| -rw-r--r-- | plugins/acl/config.inc.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/acl/config.inc.php b/plugins/acl/config.inc.php new file mode 100644 index 000000000..c634c1af1 --- /dev/null +++ b/plugins/acl/config.inc.php @@ -0,0 +1,10 @@ +<?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'; + +?> |
