summaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-11-02 21:34:14 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-11-02 21:34:14 +0100
commit455e488e791cb0dd64b3b660ed8afa418d6c9641 (patch)
tree84ba0bf1bbaaae9f822efe801e4606191864ec74 /constants.php
parenta74eac88d8ccd38ff700e12cc42410e4780349a0 (diff)
parent697817eebf754c2a05c7b4c88df1f13dbd0179da (diff)
Merge pull request #1024 from marienfressinaud/feature/make-url-auto-update-in-config
Move auto-update server URL alterable (config)
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index 0035c259b..1c50d4a83 100644
--- a/constants.php
+++ b/constants.php
@@ -1,7 +1,6 @@
<?php
define('FRESHRSS_VERSION', '1.1.4-dev');
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)