mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
7 lines
144 B
PHP
7 lines
144 B
PHP
|
<?php return [
|
||
|
'code' => 304,
|
||
|
'lastMod' => random_int(0,2^31),
|
||
|
'fields' => [
|
||
|
"ETag: ".bin2hex(random_bytes(8)),
|
||
|
],
|
||
|
];
|