mention tt-rss in magpie useragent (2)

master
Andrew Dolgov 18 years ago
parent 34b5a6490c
commit d5f747791e

@ -13,7 +13,7 @@
require_once 'version.php';
if (RSS_BACKEND_TYPE == "magpie") {
define('MAGPIE_USER_AGENT_EXT', ' (+Tiny Tiny RSS/' . VERSION . ')');
define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')');
require_once "magpierss/rss_fetch.inc";
require_once 'magpierss/rss_utils.inc';
} else if (RSS_BACKEND_TYPE == "simplepie") {

Loading…
Cancel
Save