
Backend/Func/CheckAdmin.pm - Require a valid Admin
This function gives the user a HTML error if they are not an Administrator. If the user is indeed a valid Administrator, it passes control to Backend/Func/CheckAdminSession.pm
$self->CheckAdmin($userdetails_object);
Example
$self->CheckAdmin($self->{userdetails});
|