mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:05:57 +00:00
bring back SELF_USER_AGENT (refs #540)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
define('EXPECTED_CONFIG_VERSION', 26);
|
define('EXPECTED_CONFIG_VERSION', 26);
|
||||||
define('SCHEMA_VERSION', 102);
|
define('SCHEMA_VERSION', 102);
|
||||||
|
define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
|
||||||
|
|
||||||
$fetch_last_error = false;
|
$fetch_last_error = false;
|
||||||
$pluginhost = false;
|
$pluginhost = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user