bring back SELF_USER_AGENT (refs #540)

This commit is contained in:
Andrew Dolgov 2013-02-21 09:16:43 +04:00
parent 4318a9b992
commit c396cd30be
1 changed files with 1 additions and 0 deletions

View File

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