mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 22:11:30 +00:00
disable caching for backend output
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<?
|
||||
session_start();
|
||||
|
||||
header("Cache-Control: no-cache");
|
||||
header("Pragma: no-cache");
|
||||
header("Expires: -1");
|
||||
|
||||
if ($_GET["debug"]) {
|
||||
define('DEFAULT_ERROR_LEVEL', E_ALL);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user