From 91489b425393dfec3604613fcaa963f396b1c328 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 1 Jan 2020 14:19:47 +0800 Subject: [PATCH] Update functions.php --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b916cfc..6edb2b0 100644 --- a/functions.php +++ b/functions.php @@ -248,7 +248,7 @@ function get_refresh_token() $tmp['client_id'] = $_POST['client_id']; $tmp['client_secret'] = $_POST['client_secret']; } - echo '
'. json_encode($tmp, JSON_PRETTY_PRINT).''; + //echo '
'. json_encode($tmp, JSON_PRETTY_PRINT).''; $response = setConfig($tmp); $title = $constStr['MayinEnv'][$constStr['language']]; $html = $constStr['Wait'][$constStr['language']] . ' 3s'; @@ -438,6 +438,7 @@ function setConfig($arr) foreach ($arr as $k1 => $v1) { $evns[$k1] = $v1; } + echo '
'. json_encode($envs, JSON_PRETTY_PRINT).''; $envs = array_filter($envs, 'array_value_isnot_null'); ksort($envs); echo '
'. json_encode($envs, JSON_PRETTY_PRINT).'';