diff options
| author | 2015-08-24 18:41:57 -0400 | |
|---|---|---|
| committer | 2015-08-24 18:41:57 -0400 | |
| commit | d396dd71524694766bde852834be15f477ceaf3e (patch) | |
| tree | 67cab8b2b3a6b9c91aa2ebe59e0fa1b47ede0fcb /app/Controllers/configureController.php | |
| parent | fac236a04151af2b65b39fdd8f5169ef5abbf16e (diff) | |
Add instance name in system configuration page
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 7a4d0ecd7..0dc7ceab2 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -316,6 +316,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { $limits['max_feeds'] = Minz_Request::param('max-feeds', 16384); $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->save(); invalidateHttpCache(); |
