stat: move from /files/stat to /stat

This commit is contained in:
2026-04-21 22:53:12 +02:00
parent b673f416a6
commit 2c17960a9d
5 changed files with 181 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function get_fmt(): string {
header('Location: ?format=text');
header('Content-Length: 14');
exit("303 See Other\n");
} else if ($fmt !== 'json' && $fmt !== 'html' && $fmt !== 'text') {
} else if ($fmt !== 'json' && $fmt !== 'html' && $fmt !== 'text' && $fmt !== 'table') {
header('Status: 300');
header('Content-Type: text/html; charset=UTF-8');
header('Content-Length: 162');