Home
last modified time | relevance | path

Searched refs:acl_level (Results 1 – 2 of 2) sorted by relevance

/plugin/daftdrafts/
H A Dhelper.php34 …'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 daftAcl
87 $acl_config[] = "$acl_scope\t$acl_user\t$acl_level$additional\n"; //Adds acl-info to acl_config
/plugin/superacl/
H A Dadmin.php657 function _acl_add($acl_scope, $acl_user, $acl_level){ argument
663 if($acl_level > AUTH_EDIT) $acl_level = AUTH_EDIT;
667 $new_acl = "$acl_scope\t$acl_user\t$acl_level\n";