Set cache for attachments back after last commit doing some cleanup.

This commit is contained in:
Retro_Guy 2024-03-01 20:08:54 -07:00
parent fd5ce4f804
commit bc2b20cf17
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<?php
header("Expires: ".gmdate("D, d M Y H:i:s",time()-(3600*24))." GMT");
//header("Expires: ".gmdate("D, d M Y H:i:s",time()+(3600*24))." GMT");
header("Expires: ".gmdate("D, d M Y H:i:s",time()+(3600*24))." GMT");
$group=$_REQUEST["group"];
$id=$_REQUEST["id"];
$attachment=$_REQUEST["attachment"];