diff options
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"; |