From 737b5082e95f5102f76d144c446afc62fb1b832c Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 1 Jan 2020 14:46:27 +0800 Subject: [PATCH] Update functions.php --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index d649a4e..12f120c 100644 --- a/functions.php +++ b/functions.php @@ -439,6 +439,7 @@ function setConfig($arr) } $envs = array_filter($envs, 'array_value_isnot_null'); ksort($envs); + echo '
'. json_encode($envs, JSON_PRETTY_PRINT).'
'; return file_put_contents('config.json', json_encode($envs, JSON_PRETTY_PRINT)); }