stat: move from /files/stat to /stat
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user