From: Andrew Dolgov Date: Wed, 30 Mar 2016 10:34:26 +0000 (+0300) Subject: amend previous X-Git-Tag: 16.8~36 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=633fb7ffe24a794532a92a6a221d8ad29685ddc1 amend previous --- 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);