mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 10:01:28 +00:00
theme_image: do not display themed image if noone is logged in
This commit is contained in:
@@ -215,8 +215,6 @@
|
||||
}
|
||||
|
||||
if ($subop == "remove") {
|
||||
|
||||
if ($memcache) $memcache->flush();
|
||||
|
||||
$ids = split(",", db_escape_string($_REQUEST["ids"]));
|
||||
|
||||
@@ -226,9 +224,7 @@
|
||||
}
|
||||
|
||||
if ($subop == "add") {
|
||||
|
||||
if ($memcache) $memcache->flush();
|
||||
|
||||
|
||||
$regexp = db_escape_string(trim($_REQUEST["reg_exp"]));
|
||||
$filter_type = db_escape_string(trim($_REQUEST["filter_type"]));
|
||||
$feed_id = db_escape_string($_REQUEST["feed_id"]);
|
||||
|
||||
Reference in New Issue
Block a user