1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-05-13 01:58:11 +01:00

8 lines
308 B
PHP
Raw Permalink Normal View History

2023-06-29 22:14:05 +02:00
<?php
header("Expires: Tue, 03 Jul 2001 06:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
touch("/dev/shm/heartbeat");