diff options
| author | 2014-09-26 14:50:33 +0200 | |
|---|---|---|
| committer | 2014-09-26 14:50:33 +0200 | |
| commit | f0fb1fbb07347d3a2fd7b853bff1f91807cd2d89 (patch) | |
| tree | 4566beb83704d5b2bbcb128749da042cdaa4e619 /constants.php | |
| parent | 94ad9cf073962d9ff8076ef8e0db35e513d565a7 (diff) | |
| parent | c14162221365077bcaeecde7127806190490dd58 (diff) | |
Merge branch 'dev' into beta
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.php b/constants.php index b3ff177b2..d9f2eab08 100644 --- a/constants.php +++ b/constants.php @@ -1,6 +1,8 @@ <?php define('FRESHRSS_VERSION', '0.7.4'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); +define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION); +define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); // PHP text output compression http://php.net/ob_gzhandler (better to do it at Web server level) define('PHP_COMPRESSION', false); @@ -13,6 +15,7 @@ define('FRESHRSS_PATH', dirname(__FILE__)); define('PUBLIC_RELATIVE', '..'); define('DATA_PATH', FRESHRSS_PATH . '/data'); + define('UPDATE_FILENAME', DATA_PATH . '/update.php'); define('LOG_PATH', DATA_PATH . '/log'); define('CACHE_PATH', DATA_PATH . '/cache'); |
