1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 07:41:29 +00:00

implement fallback _SIMPLE_UPDATE_MODE

This commit is contained in:
Andrew Dolgov
2013-01-22 19:49:47 +04:00
parent 6addc13f46
commit 8b83bf5fa1
3 changed files with 94 additions and 0 deletions

View File

@@ -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;
}