]> source.dussan.org Git - nextcloud-server.git/commit
added `writeConfiguration()` method to OC_CONFIG
authorAldo "xoen" Giambelluca <xoen@xoen.org>
Sun, 11 Jul 2010 20:44:48 +0000 (22:44 +0200)
committerAldo "xoen" Giambelluca <xoen@xoen.org>
Sun, 11 Jul 2010 20:44:48 +0000 (22:44 +0200)
commit97596be52eb3e437603508b3efa8695549ec1508
tree08f8e6ddfe2c595176e9e4cd5daceb85159436a7
parent50c067ffe8d75e48e9ce1c83a1d84e32bacc4acf
added `writeConfiguration()` method to OC_CONFIG

This actually write all the key/value into the config.php.
The code in `writeAdminLisener()` is cleaner.
This is in prevision of new configuration options (e.g. plugin related)
inc/lib_config.php [changed mode: 0755->0644]