Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/acl/
H A Dadmin.php731 public function addOrUpdateACL($acl_scope, $acl_user, $acl_level)
741 if ($acl_level > AUTH_EDIT) $acl_level = AUTH_EDIT;
744 $new_acl = "$acl_scope\t$acl_user\t$acl_level\n";
724 addOrUpdateACL($acl_scope, $acl_user, $acl_level) global() argument