login: exit after redirect (2)

This commit is contained in:
Andrew Dolgov 2006-03-17 06:02:37 +01:00
parent 8858b67ba3
commit ab9ecc041b
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
$redirect_to = "tt-rss.php"; $redirect_to = "tt-rss.php";
} }
header("Location: $redirect_base/$redirect_to"); header("Location: $redirect_base/$redirect_to");
exit;
} }
} }