View::show_header('Login'); ?>
You appear to have cookies disabled.
if (strtotime($BannedUntil) < time()) {
?>
} else {
?>
You are banned from logging in for another =time_diff($BannedUntil)?>.
}
if ($Attempts > 0) {
?>
Forgot your password? Reset it here!
}
?>
View::show_footer(); ?>