]> git.wh0rd.org - tt-rss.git/commitdiff
mention tt-rss in magpie useragent (2)
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 14 Nov 2006 18:51:13 +0000 (19:51 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 14 Nov 2006 18:51:13 +0000 (19:51 +0100)
functions.php

index ceaefd215dfd5ed40f3702f39ffec94320edff69..6a82b14997d096196c65fb1ad5f80e789fb65e06 100644 (file)
@@ -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") {