From 218028816e613fe73ef60b87d87ddb7e71d303a4 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 22 Nov 2014 00:03:50 +0100 Subject: [PATCH] Using a different domain to allow flexible http(s) access --- .../lib/system/cronjob/RefreshSearchRobotsCronjob.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php b/wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php index a2b45d0ceb..61b75d8cb7 100644 --- a/wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php +++ b/wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php @@ -21,7 +21,7 @@ class RefreshSearchRobotsCronjob implements ICronjob { * @see \wcf\system\ICronjob::execute() */ public function execute(Cronjob $cronjob) { - $filename = FileUtil::downloadFileFromHttp('http://www.woltlab.com/spiderlist/spiderList2.xml', 'spiders'); + $filename = FileUtil::downloadFileFromHttp('http://assets.woltlab.com/spiderlist/maelstrom/list.xml', 'spiders'); $xml = new XML(); $xml->load($filename); -- 2.20.1