Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 9, 2018
1 parent a815f95 commit 410a503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function action_news()
// Now fetch the latest posts from the esoTalk blog.
// Thanks to Brian for this code.
// (http://stackoverflow.com/questions/250679/best-way-to-parse-rss-atom-feeds-with-php/251102#251102)
$xmlSource = file_get_contents("https://blog.towerlight.top/feed/category/eso/");
$xmlSource = file_get_contents("https://flarum.b0.upaiyun.com/esotalk/feed.xml");
$x = simplexml_load_string($xmlSource);
$posts = array();

Expand Down
2 changes: 1 addition & 1 deletion core/lib/ET.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public static function first($event, $parameters = array())
*/
public static function checkForUpdates()
{
$json = @file_get_contents("https://blog.towerlight.top/esotalk/versions.json");
$json = @file_get_contents("https://flarum.b0.upaiyun.com/esotalk/versions.json");
$packages = json_decode($json, true);

// Compare the installed version and the latest version. Show a message if there is a new version.
Expand Down

0 comments on commit 410a503

Please sign in to comment.