1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

login system fixes...

This commit is contained in:
Andrew Dolgov
2007-03-02 12:05:17 +01:00
parent 7f0acba7b0
commit 1df0f48b21
6 changed files with 18 additions and 45 deletions

View File

@@ -2,11 +2,9 @@
require_once "sessions.php";
require_once "modules/backend-rpc.php";
header("Cache-Control: no-cache, must-revalidate");
header("Cache-Control: no-cache, must-revalidate");
header("Cache-Control: no-cache, max-age=0, must-revalidate");
header("Pragma: no-cache");
header("Expires: -1");
header("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
/* if ($_GET["debug"]) {
define('DEFAULT_ERROR_LEVEL', E_ALL);