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)") . "

";