diff --git a/classes/rpc.php b/classes/rpc.php index eb6fd4895..b2184d8ec 100755 --- a/classes/rpc.php +++ b/classes/rpc.php @@ -601,7 +601,7 @@ class RPC extends Handler_Protected { function checkforupdates() { $rv = []; - if (CHECK_FOR_UPDATES && defined("GIT_VERSION_TIMESTAMP")) { + if (CHECK_FOR_UPDATES && $_SESSION["access_level"] >= 10 && defined("GIT_VERSION_TIMESTAMP")) { $content = @fetch_file_contents(["url" => "https://tt-rss.org/version.json"]); if ($content) {