summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php16
1 files changed, 1 insertions, 15 deletions
diff --git a/tt-rss.php b/tt-rss.php
index e88dd19d0..8a43f4d4b 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -8,21 +8,7 @@
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
- if (!SINGLE_USER_MODE) {
-
- if (!USE_HTTP_AUTH) {
- if (!$_SESSION["uid"]) {
- header("Location: login.php?rt=tt-rss.php");
- exit;
- }
- } else {
- $force_logout = $_POST["ForceLogout"];
- http_authenticate_user($link, $force_logout == "yes");
- }
- } else {
- $_SESSION["uid"] = 1;
- $_SESSION["name"] = "admin";
- }
+ login_sequence($link);
?>
<html>