_("Not logged in!"))); dual_begin(array()); print("
" . _("You tried to logout but you aren't logged in.") . "\n" . _("Please supply correct credentials to authenticate yourself to the system. You can use the form on the right hand side to login.") . "
\n"); dual_middle(array()); show_account_details(array()); dual_end(array()); generic_footer(array()); } else { // // Log the person out // and redirect to the home page // setcookie("usercookie", "", time() - (24 * 3600), "/", "", 1); setcookie("passcookie", "", time() - (24 * 3600), "/", "", 1); header("Location: /"); } ?>