From 3542eb3638ccffe0309df145d0f02b69ba57f769 Mon Sep 17 00:00:00 2001 From: sistav Date: Sun, 3 May 2026 22:29:51 -0400 Subject: [PATCH] Delete gif directory --- gif/list/index.php | 10 ---------- gif/random/index.php | 9 --------- 2 files changed, 19 deletions(-) delete mode 100644 gif/list/index.php delete mode 100644 gif/random/index.php diff --git a/gif/list/index.php b/gif/list/index.php deleted file mode 100644 index de82865..0000000 --- a/gif/list/index.php +++ /dev/null @@ -1,10 +0,0 @@ - '/assets/gifs/' . basename($f), $gif_files); -$base_url = 'https://sistav.com'; - -header('Content-Type: application/json'); -echo json_encode([ - 'count' => count($gifs), - 'gifs' => array_map(fn($g) => $base_url . $g, $gifs) -]); \ No newline at end of file diff --git a/gif/random/index.php b/gif/random/index.php deleted file mode 100644 index b127f95..0000000 --- a/gif/random/index.php +++ /dev/null @@ -1,9 +0,0 @@ -