X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions.php;h=089bbd8a0bf014de7edf5ef5be0fff15115e6edb;hb=8b83bf5fa15cd0acf85d9d34a113ca6cecd3106b;hp=f3c05fecbf58134ece6e2f2c3ec1bd756e824e5f;hpb=6addc13f46c29674bdf82986319f1aad8abf50cd;p=tt-rss.git diff --git a/include/functions.php b/include/functions.php index f3c05fec..089bbd8a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1968,6 +1968,8 @@ $params["csrf_token"] = $_SESSION["csrf_token"]; $params["widescreen"] = (int) $_SESSION["widescreen"]; + $params['simple_update'] = defined('_SIMPLE_UPDATE_MODE') && _SIMPLE_UPDATE_MODE; + return $params; }