mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 09:02:41 +00:00
49d003082d
This involved multiple fixes to Picofeed itself, not all of which have been merged upstream yet
7 lines
181 B
PHP
7 lines
181 B
PHP
<?php return [
|
|
'code' => 304,
|
|
'cache' => false,
|
|
'fields' => [
|
|
'Last-Modified: '.($_SERVER['HTTP_IF_MODIFIED_SINCE'] ?? "No timestamp supplied"),
|
|
],
|
|
];
|