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

no-cache fixes for safari

This commit is contained in:
Andrew Dolgov
2007-03-02 12:34:34 +01:00
parent f7c390b878
commit dc56b3b7da
4 changed files with 15 additions and 11 deletions

View File

@@ -1,11 +1,8 @@
<?php
require_once "sessions.php";
require_once "modules/backend-rpc.php";
header("Cache-Control: no-cache, max-age=0, must-revalidate");
header("Pragma: no-cache");
header("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
/* if ($_GET["debug"]) {
define('DEFAULT_ERROR_LEVEL', E_ALL);
} else {
@@ -23,6 +20,8 @@
require_once "db-prefs.php";
require_once "functions.php";
no_cache_incantation();
$script_started = getmicrotime();
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);