Compare commits

...

2 commits

2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<?php
# 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);