diff options
| author | 2015-11-02 21:34:14 +0100 | |
|---|---|---|
| committer | 2015-11-02 21:34:14 +0100 | |
| commit | 455e488e791cb0dd64b3b660ed8afa418d6c9641 (patch) | |
| tree | 84ba0bf1bbaaae9f822efe801e4606191864ec74 /app/Controllers/configureController.php | |
| parent | a74eac88d8ccd38ff700e12cc42410e4780349a0 (diff) | |
| parent | 697817eebf754c2a05c7b4c88df1f13dbd0179da (diff) | |
Merge pull request #1024 from marienfressinaud/feature/make-url-auto-update-in-config
Move auto-update server URL alterable (config)
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(); |
