bundles/nextcloud/files/managed.config.php: decode to assoc array instead of object
This commit is contained in:
parent
71125e32e0
commit
edf7ab4236
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
# https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#multiple-config-php-file
|
# https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#multiple-config-php-file
|
||||||
$CONFIG = json_decode(file_get_contents("/etc/nextcloud/managed.config.json"));
|
$CONFIG = json_decode(file_get_contents("/etc/nextcloud/managed.config.json"), $associative = true);
|
||||||
|
|
Loading…
Reference in a new issue