summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 76564fb7d..a58cb85e9 100644
--- a/backend.php
+++ b/backend.php
@@ -1,5 +1,9 @@
<?
session_start();
+
+ header("Cache-Control: no-cache");
+ header("Pragma: no-cache");
+ header("Expires: -1");
if ($_GET["debug"]) {
define('DEFAULT_ERROR_LEVEL', E_ALL);