diff options
| author | 2014-08-12 20:15:46 +0200 | |
|---|---|---|
| committer | 2014-08-12 20:15:46 +0200 | |
| commit | 909d8747ba09f9c9a6ac895f1f4f0763bdb27a55 (patch) | |
| tree | d3b848870d6c3721716057e215ebaf93271dd52c /constants.php | |
| parent | 1e71e672501f1d57a3d13cc7cb185f65a28c7b1d (diff) | |
Update system now uses HTTPS connection
- Add some curl checks
- Refactor code
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index a968b82f4..ba9c508dc 100644 --- a/constants.php +++ b/constants.php @@ -1,7 +1,7 @@ <?php define('FRESHRSS_VERSION', '0.8-dev'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); -define('FRESHRSS_UPDATE_WEBSITE', 'http://update.freshrss.org?v=' . FRESHRSS_VERSION); +define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION); // PHP text output compression http://php.net/ob_gzhandler (better to do it at Web server level) define('PHP_COMPRESSION', false); |
