This commit is contained in:
Jakub Vrana 2018-02-19 23:59:49 +01:00
parent 54f6806339
commit 03dfea2943

View file

@ -1,4 +1,5 @@
<?php
//! rewrite in compile.php to cache moderately with -dev version
if ($_SERVER["HTTP_IF_MODIFIED_SINCE"]) {
header("HTTP/1.1 304 Not Modified");
exit;