default to danbooru again
This commit is contained in:
parent
5a0fbc3890
commit
4fa2520f97
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ $tags = array_filter(explode(' ', trim($tags)));
|
||||||
$randomSource = empty($booru);
|
$randomSource = empty($booru);
|
||||||
|
|
||||||
if($randomSource)
|
if($randomSource)
|
||||||
$booru = BOORUS[array_rand(BOORUS)];
|
$booru = BOORUS[0];
|
||||||
elseif(!in_array($booru, BOORUS))
|
elseif(!in_array($booru, BOORUS))
|
||||||
die('{"error":"booru"}');
|
die('{"error":"booru"}');
|
||||||
|
|
||||||
|
|
Reference in a new issue