summaryrefslogtreecommitdiff
path: root/site.php
diff options
context:
space:
mode:
authorJonas Kohl2024-09-10 13:27:57 +0200
committerJonas Kohl2024-09-10 13:27:57 +0200
commit74efa86851405938086a82dea890f40f36c1d130 (patch)
tree58fa19d0b1ffdc56f09d8890d961b12e1b27bef9 /site.php
parent0e6da7b6c6461be88dab3576cbf81c1d3ddc0392 (diff)
Ensure navigation is up-to-date
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";