"Invalid username/password")); dual_begin(array()); print("

" . _("Invalid username/password") . "

\n"); print("

" . _("Your username and/or password are not valid.") . "\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 { // setcookie("passcookie", makehash($password), time() + 1800, "/"); if (strcmp($username, "openfiler") == 0) header("Location: ../admin/"); else header("Location: ./"); } ?>