mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 05:21:28 +00:00
force text/plain when DevForceUpdate is set
This commit is contained in:
@@ -141,6 +141,9 @@ class Feeds extends Handler_Protected {
|
||||
$next_unread_feed, $offset, $vgr_last_feed = false,
|
||||
$override_order = false, $include_children = false) {
|
||||
|
||||
if (isset($_REQUEST["DevForceUpdate"]))
|
||||
header("Content-Type: text/plain");
|
||||
|
||||
$disable_cache = false;
|
||||
|
||||
$reply = array();
|
||||
|
||||
Reference in New Issue
Block a user