diff options
author | Jonas Kohl | 2024-09-10 13:27:57 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-10 13:27:57 +0200 |
commit | 74efa86851405938086a82dea890f40f36c1d130 (patch) | |
tree | 58fa19d0b1ffdc56f09d8890d961b12e1b27bef9 /site.php | |
parent | 0e6da7b6c6461be88dab3576cbf81c1d3ddc0392 (diff) |
Ensure navigation is up-to-date
Diffstat (limited to 'site.php')
-rw-r--r-- | site.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"; |