'/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) ]);