mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:25:55 +00:00
SELF_USER_AGENT: switch to get_version()
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
require_once 'db-prefs.php';
|
||||
require_once 'controls.php';
|
||||
|
||||
define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
|
||||
define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . get_version() . ' (http://tt-rss.org/)');
|
||||
ini_set('user_agent', SELF_USER_AGENT);
|
||||
|
||||
$schema_version = false;
|
||||
|
||||
Reference in New Issue
Block a user