
Backend/Func/CheckAdminSession.pm - Check Admin Password
This function, if the Admin Password feature is enabled, prompts the user (in HTML) for the Admin Password, and, if valid, directs the user toward the page they were attempting to load.
$self->CheckAdminSession();
|