diff options
| author | 2015-11-02 21:11:31 +0100 | |
|---|---|---|
| committer | 2015-11-02 21:14:13 +0100 | |
| commit | 697817eebf754c2a05c7b4c88df1f13dbd0179da (patch) | |
| tree | 84ba0bf1bbaaae9f822efe801e4606191864ec74 /app/Controllers/configureController.php | |
| parent | bb0556543d3d5d54832ea6d81372587b88062a5b (diff) | |
Make auto-update server URL alterable
See https://github.com/FreshRSS/FreshRSS/issues/1019
Diffstat (limited to 'app/Controllers/configureController.php')
| -rwxr-xr-x | app/Controllers/configureController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 0dc7ceab2..d0f0bd68b 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -317,6 +317,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { $limits['max_categories'] = Minz_Request::param('max-categories', 16384); FreshRSS_Context::$system_conf->limits = $limits; FreshRSS_Context::$system_conf->title = Minz_Request::param('instance-name', 'FreshRSS'); + FreshRSS_Context::$system_conf->auto_update_url = Minz_Request::param('auto-update-url', false); FreshRSS_Context::$system_conf->save(); invalidateHttpCache(); |
