summaryrefslogtreecommitdiff
path: root/plugins/acl/config.inc.php.dist
blob: 4ced358613fc9c20a5ce9afb0bd9d08aa39d7b98 (plain)
1
2
3
4
5
6
7
8
<?php

// 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'] = false;

?>