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 @@ -