1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 21:21:29 +00:00

automatically logout user when session expires

This commit is contained in:
Andrew Dolgov
2005-11-19 15:46:23 +01:00
parent d34169139c
commit 262bd8ea53
3 changed files with 30 additions and 10 deletions

View File

@@ -17,6 +17,12 @@
$ERRORS[5] = "Incorrect database schema version.";
$ERRORS[6] = "Not authorized.";
if ($_GET["c"] == 6) {
header("Location: login.php");
}
?>
<html>