From c396cd30be5c86d89ada8a90c7c0d6234adbabd8 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Thu, 21 Feb 2013 09:16:43 +0400
Subject: [PATCH] bring back SELF_USER_AGENT (refs #540)

---
 include/functions.php | 1 +
 1 file changed, 1 insertion(+)

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;
-- 
GitLab