Updated iqdb url

This commit is contained in:
Renzo 2016-07-30 01:03:54 -05:00
parent 367ea4ce0b
commit 84723bd486

View File

@ -221,9 +221,9 @@ abstract class DefaultConfig
# 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;