mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
97a8f473a7
- Adjusted some namespace case - Included Linux test runner; should also work with macOS - Made the PHP server run in the background on Windows
12 lines
No EOL
211 B
PHP
12 lines
No EOL
211 B
PHP
<?php
|
|
if(array_key_exists("t", $_GET)) {
|
|
return [
|
|
'code' => 304,
|
|
'lastMod' => (int) $_GET['t'],
|
|
];
|
|
} else {
|
|
return [
|
|
'code' => 304,
|
|
'cache' => fasel,
|
|
];
|
|
} |