1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00
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;