Home
last modified time | relevance | path

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

/dokuwiki/inc/
Dauth.php559 * @param bool $adminonly when true checks if user is admin
566 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) argument
596 $cachekey = serialize([$user, $adminonly, $groups]);
602 if (!$ok && !$adminonly) {