diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-02-21 09:16:43 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-02-21 09:16:43 +0400 |
| commit | c396cd30be5c86d89ada8a90c7c0d6234adbabd8 (patch) | |
| tree | 97a4a0a7046a4e0eec1c5d43aeef5307ad3e2ce6 | |
| parent | 4318a9b9924afb2f3b33b834b8ae292d17da9c25 (diff) | |
bring back SELF_USER_AGENT (refs #540)
| -rw-r--r-- | include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php index ea538dbb3..74ad60913 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,7 @@ <?php define('EXPECTED_CONFIG_VERSION', 26); define('SCHEMA_VERSION', 102); + define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)'); $fetch_last_error = false; $pluginhost = false; |