diff options
| author | 2017-02-23 21:22:56 +0100 | |
|---|---|---|
| committer | 2017-02-23 21:22:56 +0100 | |
| commit | 59d6f3593cb1dead402813207ab8d860ea684ddc (patch) | |
| tree | 62e8fa98735fb2882b0bf81795ed4280bba121df /data | |
| parent | 5f637bd816b7323885bfe1751a1724ee59a822f6 (diff) | |
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, ); |
