Searched refs:acl_level (Results 1 – 2 of 2) sorted by relevance
34 …'params' => array('acl_scope' => 'string', 'acl_user' => 'string', 'acl_level' => 'string', 'addit…66 if($acl_level > AUTH_EDIT) $acl_level = AUTH_EDIT;83 $daftAcl[] = "$acl_scope\t$acl_user\t$acl_level$additional\n"; //Adds acl-info to daftAcl87 $acl_config[] = "$acl_scope\t$acl_user\t$acl_level$additional\n"; //Adds acl-info to acl_config
657 function _acl_add($acl_scope, $acl_user, $acl_level){ argument663 if($acl_level > AUTH_EDIT) $acl_level = AUTH_EDIT;667 $new_acl = "$acl_scope\t$acl_user\t$acl_level\n";