cleaner redirects

orig_fof
steveminutillo 2007-06-10 07:06:59 +00:00
parent c386e725f5
commit feafa1ddb8
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if(isset($_POST["user_name"]) && isset($_POST["user_password"]))
if(fof_authenticate($_POST['user_name'], md5($_POST['user_password'] . $_POST['user_name']))) if(fof_authenticate($_POST['user_name'], md5($_POST['user_password'] . $_POST['user_name'])))
{ {
Header("Location: ."); Header("Location: .");
exit();
} }
else else
{ {