1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

remove published opml (use CLI instead)

This commit is contained in:
Andrew Dolgov
2021-03-16 12:27:46 +03:00
parent c134aa387d
commit 44b274b6d4
4 changed files with 0 additions and 107 deletions

View File

@@ -633,12 +633,6 @@ class OPML extends Handler_Protected {
print "$msg<br/>";
}
static function get_publish_url(){
return Config::get_self_url() .
"/public.php?op=publishOpml&key=" .
Feeds::_get_access_key('OPML:Publish', false, $_SESSION["uid"]);
}
function get_feed_category($feed_cat, $parent_cat_id = false) {
$parent_cat_id = (int) $parent_cat_id;