mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 10:19:15 +00:00
load_filters: use memcache
This commit is contained in:
@@ -167,6 +167,10 @@
|
||||
|
||||
if ($subop == "editSave") {
|
||||
|
||||
global $memcache;
|
||||
|
||||
if ($memcache) $memcache->flush();
|
||||
|
||||
$reg_exp = db_escape_string(trim($_REQUEST["reg_exp"]));
|
||||
$filter_type = db_escape_string(trim($_REQUEST["filter_type"]));
|
||||
$filter_id = db_escape_string($_REQUEST["id"]);
|
||||
|
||||
Reference in New Issue
Block a user