summaryrefslogtreecommitdiff
path: root/classes/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 12:27:46 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 12:27:46 +0300
commit44b274b6d422fd647bcffade2afba6a7e62f2786 (patch)
treeb07f5d30183885188c1e3049e92f4c2e7f187864 /classes/opml.php
parentc134aa387dbc4e7d7c175c7a42e0d5939e0cf065 (diff)
remove published opml (use CLI instead)
Diffstat (limited to 'classes/opml.php')
-rw-r--r--classes/opml.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/classes/opml.php b/classes/opml.php
index f8e9f6728..2cfc890fa 100644
--- a/classes/opml.php
+++ b/classes/opml.php
@@ -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;