From 0a8cdd4b9c320e4dcc74507b672b1fd10b59b677 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Mar 2018 18:15:21 +0300 Subject: [PATCH] remove firefox feed subscribe integration code (obsolete) --- classes/pref/feeds.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 03f82033..459fbbe2 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1323,25 +1323,6 @@ class Pref_Feeds extends Handler_Protected { print ""; # pane - if (strpos($_SERVER['HTTP_USER_AGENT'], "Firefox") !== false) { - - print "
"; - - print_notice(__('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.')); - - print "

"; - - print ""; - - print "

"; - - print "
"; # pane - } - print "
"; print "

" . __('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below.') . "

"; -- 2.39.5