diff --git a/public/booru.php b/public/booru.php index 2aefc84..601450c 100644 --- a/public/booru.php +++ b/public/booru.php @@ -63,9 +63,6 @@ if($randomSource) elseif(!in_array($booru, BOORUS)) die('{"error":"booru"}'); -if($booru === 'danbooru' && $randomSource) - $booru = BOORUS[1 + (array_rand(BOORUS) - 1)]; - if(!array_key_exists($booru, BOORU_INFOS)) die('{"error":"booru-info"}');