default to danbooru again

This commit is contained in:
flash 2023-02-02 20:06:56 +00:00
parent 5a0fbc3890
commit 4fa2520f97

View file

@ -59,7 +59,7 @@ $tags = array_filter(explode(' ', trim($tags)));
$randomSource = empty($booru);
if($randomSource)
$booru = BOORUS[array_rand(BOORUS)];
$booru = BOORUS[0];
elseif(!in_array($booru, BOORUS))
die('{"error":"booru"}');