Home
last modified time | relevance | path

Searched refs:adminonly (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dauth.php534 * @param bool $adminonly when true checks if user is admin
541 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false)
571 $cachekey = serialize([$user, $adminonly, $groups]);
577 if (!$ok && !$adminonly) {
590 * Alias to auth_ismanager with adminonly=true
454 auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) global() argument