summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 2fd8fe22d..c5ce040ca 100644
--- a/backend.php
+++ b/backend.php
@@ -1,6 +1,6 @@
<?
- session_start();
-
+ require_once "sessions.php";
+
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header("Expires: -1");