summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-14 19:51:13 +0100
committerAndrew Dolgov <[email protected]>2006-11-14 19:51:13 +0100
commitd5f747791eba33dd53d2f23eb9be4d1a0437bfb3 (patch)
treeb07c9173df48e89e85648ecff9c180e70e10f97e /functions.php
parent34b5a6490c51b954dce19d9ff40fe5097790fda6 (diff)
mention tt-rss in magpie useragent (2)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index ceaefd215..6a82b1499 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") {