diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-10 08:58:46 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-10 08:58:46 +0100 |
commit | a8d9eb5320132c408faba5dbfad53cc8a169a9f7 (patch) | |
tree | 2df28da1117cabc1a65f367d7c8ba91bb690ada5 /lib | |
parent | 9ebcc4ce312db574173627488887f14db2f4bc34 (diff) | |
parent | 40d798e668857efbe43ffab18d731a61b7c15b77 (diff) | |
download | nextcloud-server-a8d9eb5320132c408faba5dbfad53cc8a169a9f7.tar.gz nextcloud-server-a8d9eb5320132c408faba5dbfad53cc8a169a9f7.zip |
Merge pull request #22256 from owncloud/hide-updater-secret
Hide updater.secret from occ output by default
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/systemconfig.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index 9f99216fa4e..4fa6e9b93ca 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -41,6 +41,7 @@ class SystemConfig { 'mail_smtppassword' => true, 'passwordsalt' => true, 'secret' => true, + 'updater.secret' => true, 'ldap_agent_password' => true, 'objectstore' => ['arguments' => ['password' => true]], ]; |