diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-11-14 19:49:02 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-11-14 19:49:02 +0100 |
| commit | 34b5a6490c51b954dce19d9ff40fe5097790fda6 (patch) | |
| tree | f2c9614b82b13fea8514ba3711e591f1fdf4da6d /functions.php | |
| parent | 4724a093a854cc6efe383f1ae9f72cdd2c32542c (diff) | |
mention tt-rss in magpie useragent
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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") { |