From: Andrew Dolgov Date: Tue, 14 Nov 2006 18:51:13 +0000 (+0100) Subject: mention tt-rss in magpie useragent (2) X-Git-Tag: 1.2.5~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d5f747791eba33dd53d2f23eb9be4d1a0437bfb3;p=tt-rss.git mention tt-rss in magpie useragent (2) --- diff --git a/functions.php b/functions.php index ceaefd21..6a82b149 100644 --- a/functions.php +++ b/functions.php @@ -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") {