Searched refs:user_is_allowed (Results 1 – 5 of 5) sorted by relevance
362 if (!(user_is_allowed() || GALLERY_ADMIN_MODE)) {532 if (!(GALLERY_ADMIN_MODE || user_is_allowed())) {
107 if ((!user_is_allowed() && !GALLERY_ADMIN_MODE && !MODERATOR_EDIT_MODE)) {259 …if (!GALLERY_ADMIN_MODE && !MODERATOR_MODE && !USER_ADMIN_MODE && !user_is_allowed() && !$CONFIG['…
99 …if (!GALLERY_ADMIN_MODE && !MODERATOR_MODE && !USER_ADMIN_MODE && !user_is_allowed() && !$CONFIG['…
28 if (!(GALLERY_ADMIN_MODE || (USER_ADMIN_MODE && user_is_allowed(false)))) {
5344 function user_is_allowed($include_upload_permissions = true) function