From 7748863b0e5e3c3dd877f4d70988a172497aef14 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 1 Jan 2020 14:23:58 +0800 Subject: [PATCH] Update functions.php --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index a9f6649..149bdb5 100644 --- a/functions.php +++ b/functions.php @@ -434,6 +434,7 @@ function array_value_isnot_null($arr) function setConfig($arr) { + echo '
'. json_encode($arr, JSON_PRETTY_PRINT).'
'; $envs = json_decode(file_get_contents('config.json')); if ($envs=='') $envs = []; foreach ($arr as $k1 => $v1) {