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

remove calls to error.php

This commit is contained in:
Andrew Dolgov
2006-03-31 06:34:26 +01:00
parent 462a192bd5
commit f2b6a2d420
2 changed files with 1 additions and 9 deletions

View File

@@ -12,8 +12,7 @@
login_sequence($link);
if ($_SESSION["access_level"] < 10) {
header("Location: error.php?c=8");
exit;
header("Location: login.php"); die;
}
?>