mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:45:55 +00:00
mention tt-rss in magpie useragent (2)
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user