1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-18 21:15:27 +00:00

globalPurge rpc call

This commit is contained in:
Andrew Dolgov
2005-11-18 13:21:16 +01:00
parent 717f5e645b
commit fefa6ca3af
2 changed files with 56 additions and 11 deletions

View File

@@ -398,6 +398,15 @@
print "<error code='$error_code'/>";
}
if ($subop == "globalPurge") {
print "<rpc-reply>";
global_purge_old_posts($link, true);
print "</rpc-reply>";
}
}
if ($op == "feeds") {
@@ -2023,7 +2032,6 @@
}
db_close($link);
?>