summaryrefslogtreecommitdiff
path: root/site.php
diff options
context:
space:
mode:
Diffstat (limited to 'site.php')
-rw-r--r--site.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/site.php b/site.php
index 6d9f574..834a844 100644
--- a/site.php
+++ b/site.php
@@ -1,5 +1,8 @@
<?php
+header("Pragma: no-cache");
+header("Cache-Control: no-cache");
+
$__mobile = include __DIR__ . "/includes/mobile-detect.php";
include __DIR__ . "/includes/" . ($__mobile ? "mobile" : "desktop") . "/site.php";