blob: c634c1af1bc0ae38aa8c9c28e44bb7dbe3ba7468 (
plain)
1
2
3
4
5
6
7
8
9
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';
?>
|