diff --git a/config/default_config.php b/config/default_config.php index ec1ab09..78d32e6 100755 --- a/config/default_config.php +++ b/config/default_config.php @@ -221,9 +221,9 @@ public function can_see_ads($user) # List of image services available for similar image searching. public $image_service_list = [ - "danbooru.donmai.us" => "http://iqdb.yande.re/index.xml", - "yande.re" => "http://iqdb.yande.re/index.xml", - "konachan.com" => "http://iqdb.yande.re/index.xml" + "danbooru.donmai.us" => "http://iqdb.org/index.xml", + "yande.re" => "http://iqdb.org/index.xml", + "konachan.com" => "http://iqdb.org/index.xml" ]; public $dupe_check_on_upload = false;