update URL pointing to version.json
This commit is contained in:
parent
7584ecc8a2
commit
05ef9aac2f
|
@ -602,7 +602,7 @@ class RPC extends Handler_Protected {
|
|||
get_version($git_commit, $git_timestamp);
|
||||
|
||||
if (defined('CHECK_FOR_UPDATES') && CHECK_FOR_UPDATES && $_SESSION["access_level"] >= 10 && $git_timestamp) {
|
||||
$content = @fetch_file_contents(["url" => "https://srv.tt-rss.org/version.json"]);
|
||||
$content = @fetch_file_contents(["url" => "https://tt-rss.org/version.json"]);
|
||||
|
||||
if ($content) {
|
||||
$content = json_decode($content, true);
|
||||
|
|
Loading…
Reference in New Issue