Updated a lot

This commit is contained in:
2026-02-27 02:48:23 -05:00
parent 7a5f04497b
commit 76f26454d3
21 changed files with 76 additions and 42 deletions
+2
View File
@@ -4,4 +4,6 @@ if (empty($gif_files)) { http_response_code(404); exit; }
$file = basename($gif_files[array_rand($gif_files)]);
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Pragma: no-cache');
header('Location: https://sistav.com/assets/gifs/' . rawurlencode($file), true, 302);