mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
7 lines
151 B
PHP
7 lines
151 B
PHP
|
<?php return [
|
||
|
'code' => 304,
|
||
|
'cache' => false,
|
||
|
'fields' => [
|
||
|
'Last-Modified: '.$_SERVER['HTTP_IF_MODIFIED_SINCE'],
|
||
|
],
|
||
|
];
|