Compare commits

..

No commits in common. "a3b2bc536169535081c22d2fa49927cd6f2e16d1" and "9a7fd0e15574fe100ffb5ed73d197bfc293f9504" have entirely different histories.

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"), $associative = true);
$CONFIG = json_decode(file_get_contents("/etc/nextcloud/managed.config.json"));