
Backend/Func/CheckForumSession.pm - Password-protected forum access
If the specified forum is protected by a password, this function prompts the user and directs them towards the page they were attempting to view if their entry is valid.
$self->CheckForumSession($fid [, $forums ]);
Example
$self->CheckForumSession($fid);
|