Jeroen van Meeuwen (Kolab Systems)
2013-02-21 fc55bc5148f58bdbdcf3addb1a1383e994bf9c00
Add configuration option 'specials' to hide specials 'anyone' and 'anonymous' from the ACL configuration dialog
2 files modified
3 ■■■■■ changed files
plugins/acl/acl.php 1 ●●●● patch | view | raw | blame | history
plugins/acl/config.inc.php.dist 2 ●●●●● patch | view | raw | blame | history
plugins/acl/acl.php
@@ -148,6 +148,7 @@
        // Load localization and include scripts
        $this->load_config();
        $this->specials = $this->rc->config->get('acl_specials', $this->specials);
        $this->add_texts('localization/', array('deleteconfirm', 'norights',
            'nouser', 'deleting', 'saving'));
        $this->include_script('acl.js');
plugins/acl/config.inc.php.dist
@@ -16,4 +16,6 @@
// The LDAP search filter will be &'d with search queries
$rcmail_config['acl_users_filter'] = '';
$rcmail_config['acl_specials'] = array();
?>