X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions2.php;h=5fe527b7e264560935df37d1bbbeccaae198243f;hb=633fb7ffe24a794532a92a6a221d8ad29685ddc1;hp=1c2ffb9369329532ad8c0571fd98e039f9f6f5f4;hpb=79c891a8b7d411343da698e7fd8e617da7c20020;p=tt-rss.git diff --git a/include/functions2.php b/include/functions2.php index 1c2ffb93..5fe527b7 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -203,7 +203,7 @@ function check_for_update() { if (defined("GIT_VERSION_TIMESTAMP")) { - $content = @fetch_file_contents(array("url" => "http://tt-rss.org/version.json", "timeout" => 5)); + $content = @fetch_file_contents2(array("url" => "http://tt-rss.org/version.json", "timeout" => 5)); if ($content) { $content = json_decode($content, true);