summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-01 11:51:27 +0300
committerAndrew Dolgov <[email protected]>2019-08-01 11:51:27 +0300
commit4edfb526e112aab29214655804ce24215c87c4bd (patch)
tree2feb52727b69525b47991955187fbe4eb2312a10 /classes/rpc.php
parent76bc53a499867f57df6a362af64fac1bc315d6b7 (diff)
change version.json endpoint URL
Diffstat (limited to 'classes/rpc.php')
-rwxr-xr-xclasses/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 725ca9622..8736cbb65 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -591,7 +591,7 @@ class RPC extends Handler_Protected {
$rv = [];
if (CHECK_FOR_UPDATES && $_SESSION["access_level"] >= 10 && defined("GIT_VERSION_TIMESTAMP")) {
- $content = @fetch_file_contents(["url" => "https://tt-rss.org/version.json"]);
+ $content = @fetch_file_contents(["url" => "https://srv.tt-rss.org/version.json"]);
if ($content) {
$content = json_decode($content, true);