]> source.dussan.org Git - nextcloud-server.git/commit
Add a method to set/unset multiple config values in one call
authorJoas Schilling <nickvergessen@gmx.de>
Fri, 23 Jan 2015 09:50:25 +0000 (10:50 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Fri, 23 Jan 2015 10:00:53 +0000 (11:00 +0100)
commitc61e9f391273e5f7f4b7aa91ee4174d47402cae9
tree1993ccdd315b3ea8d14123ee3514fde2b8707d4f
parentbc93a8f14094dfb59c826ffa76d7b046370b0410
Add a method to set/unset multiple config values in one call

This reduces the number of file writes we do for config.php and therefor
hopefully helps lowering the chances for empty config.php files
lib/private/allconfig.php
lib/private/config.php
lib/private/legacy/config.php
lib/private/systemconfig.php
lib/public/iconfig.php
tests/lib/config.php