X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d6bf8fa992cc01adc311b2ba80f29d7af466c2f3..0ec5503f005aefca1c1d2380e70982918d5fc00c:/thumb/index.php diff --git a/thumb/index.php b/thumb/index.php index aadbf4f..b4f6091 100644 --- a/thumb/index.php +++ b/thumb/index.php @@ -28,7 +28,7 @@ catch (Throwable $e) { exit; } -header('Cache-Control: max-age=2628000, immutable'); +header('Cache-Control: max-age=2628000'); header('Content-type: '.mime_content_type($target)); readfile($target); exit;