]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
update translations
[tt-rss.git] / functions.php
index 0a2f3e530112738ce75a97ee0441969b74d0306e..648ab3438657dc4a4ef36c60846a3c6810469ec4 100644 (file)
                        }
 
                        if (!$_SESSION["uid"] || !validate_session($link)) {
-                               //render_login_form($link, $mobile);
-                               header("Location: login.php");
+                               render_login_form($link, $mobile);
+                               //header("Location: login.php");
                                exit;
                        } else {
                                /* bump login timestamp */