BIC::challenge();
View::show_header('Login');
?>
You appear to have cookies disabled.
if (!$Banned) {
?>
} else {
?>
You are banned from logging in for a few hours.
}
if ($Attempts > 0) {
?>
Forgot your password? Reset it here!
}
View::show_footer(); ?>