summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-21 09:16:43 +0400
committerAndrew Dolgov <[email protected]>2013-02-21 09:16:43 +0400
commitc396cd30be5c86d89ada8a90c7c0d6234adbabd8 (patch)
tree97a4a0a7046a4e0eec1c5d43aeef5307ad3e2ce6 /include
parent4318a9b9924afb2f3b33b834b8ae292d17da9c25 (diff)
bring back SELF_USER_AGENT (refs #540)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
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;