
Backend/Func/CheckAdminModerator.pm - Check for admin/mod status
This function gives the user a HTML error if they are neither a Moderator nor an Admin.
$self->CheckAdminModerator($userdetails_object);
Example
$self->CheckAdminModerator($self->{userdetails});
|