From 34b5a6490c51b954dce19d9ff40fe5097790fda6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Nov 2006 19:49:02 +0100 Subject: mention tt-rss in magpie useragent --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index d8d12f99f..ceaefd215 100644 --- a/functions.php +++ b/functions.php @@ -13,6 +13,7 @@ require_once 'version.php'; if (RSS_BACKEND_TYPE == "magpie") { + 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") { -- cgit v1.2.3