login: exit after redirect (2)

master
Andrew Dolgov 19 years ago
parent 8858b67ba3
commit ab9ecc041b

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

Loading…
Cancel
Save