From 08227666988fee9a799e8e7bc86f88af5724dff9 Mon Sep 17 00:00:00 2001 From: Dave Zaikos Date: Sun, 24 Nov 2013 16:22:49 -0500 Subject: [PATCH] Changed how the Fever API endpoint is generated in Fever::hook_prefs_tab(). --- fever/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fever/init.php b/fever/init.php index 74f4766..bbf5be8 100755 --- a/fever/init.php +++ b/fever/init.php @@ -54,7 +54,7 @@ class Fever extends Plugin { print ""; print ""; - print "

" . __("To login with the Fever API, set your server details in your favourite RSS application to: ") . ($_SERVER["HTTPS"] == "on" ? "https://" : "http://") . dirname($_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"]) . "/plugins/fever/" . "

"; + print "

" . __("To login with the Fever API, set your server details in your favourite RSS application to: ") . get_self_url_prefix() . "/plugins/fever/" . "

"; print "

" . __("Additional details can be found at ") . "http://www.feedafever.com/api

"; print "

" . __("Note: Due to the limitations of the API and some RSS clients (for example, Reeder on iOS), some features are unavailable: \"Special\" Feeds (Published / Tags / Labels / Fresh / Recent), Nested Categories (hierarchy is flattened)") . "

";