Set cache for attachments back after last commit doing some cleanup.
This commit is contained in:
parent
fd5ce4f804
commit
bc2b20cf17
|
@ -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"];
|
||||
|
|
Loading…
Reference in New Issue