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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user