diff --git a/functions.php b/functions.php index 59b9f19..fe784f1 100644 --- a/functions.php +++ b/functions.php @@ -468,7 +468,7 @@ function setConfig($arr) } $envs = array_filter($envs, 'array_value_isnot_null'); ksort($envs); - echo '
'. json_encode($envs, JSON_PRETTY_PRINT).''; + //echo '
'. json_encode($envs, JSON_PRETTY_PRINT).''; return file_put_contents('config.json', json_encode($envs, JSON_PRETTY_PRINT)); }