diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2017-02-24 22:46:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 22:46:47 +0100 |
commit | 686311463b2bf82405d0d113469dab62a0980532 (patch) | |
tree | 6bbcd254ff9b8daedec9e585b11b2138e4501dbb /data | |
parent | 9f95783517c49e0c100646113b13d78053710b7b (diff) | |
parent | 9e931d1bc52443aeaf9ccf7e2b3d6eaa135368ec (diff) | |
download | freshrss-686311463b2bf82405d0d113469dab62a0980532.tar.gz freshrss-686311463b2bf82405d0d113469dab62a0980532.zip |
Merge pull request #1436 from dswd/disable-update
Add config option to disable and hide self-update
Diffstat (limited to 'data')
-rw-r--r-- | data/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 433207a9c..748df1884 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -146,4 +146,7 @@ return array( # List of enabled FreshRSS extensions. 'extensions_enabled' => array(), + + # Disable self-update, + 'disable_update' => false, ); |