Searched refs:adminonly (Results 1 – 1 of 1) sorted by relevance
559 * @param bool $adminonly when true checks if user is admin566 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) argument596 $cachekey = serialize([$user, $adminonly, $groups]);602 if (!$ok && !$adminonly) {