Compare commits
2 commits
9a7fd0e155
...
a3b2bc5361
Author | SHA1 | Date | |
---|---|---|---|
a3b2bc5361 | |||
7c9e131f67 |
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue