From 536618dbf7431f7c862095f9eb820f52d3e06c9f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 22 Nov 2014 00:04:47 +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 61b75d8cb7..e5cb421187 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://assets.woltlab.com/spiderlist/maelstrom/list.xml', 'spiders'); + $filename = FileUtil::downloadFileFromHttp('http://assets.woltlab.com/spiderlist/typhoon/list.xml', 'spiders'); $xml = new XML(); $xml->load($filename); -- 2.20.1