Using a different domain to allow flexible http(s) access
authorAlexander Ebert <ebert@woltlab.com>
Fri, 21 Nov 2014 23:04:47 +0000 (00:04 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 21 Nov 2014 23:04:47 +0000 (00:04 +0100)
wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php

index 61b75d8cb787a60dfcd66d26ff2a487053f1f4ee..e5cb4211878a334efe9b74fa2e980ee75db35f0e 100644 (file)
@@ -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);