diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-17 06:00:32 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-17 06:00:32 +0100 |
| commit | 8858b67ba3c07a75b27b92ac6a1c798ba3eb6985 (patch) | |
| tree | 21258bfdbef539166597cf9427bf1502988bf6d7 | |
| parent | 50f9beb002b3b5be328f39c3a8e167665ea0ce6c (diff) | |
login: exit after redirect
| -rw-r--r-- | login.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ if ($_SESSION["uid"]) { initialize_user_prefs($link, $_SESSION["uid"]); header("Location: $redirect_base/tt-rss.php"); + exit; } } |