From 3fde6d0083fe52f8c75c5d8a170625c3e8b4cb54 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 20 Jan 2020 12:49:55 +0800 Subject: [PATCH] hide debug echo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5aff93b..cfe97a9 100644 --- a/index.php +++ b/index.php @@ -45,7 +45,7 @@ function main_handler($event, $context) unset($_COOKIE); unset($_SERVER); GetGlobalVariable($event); - echo '
'. json_encode($_COOKIE, JSON_PRETTY_PRINT).'
'; + //echo '
'. json_encode($_COOKIE, JSON_PRETTY_PRINT).'
'; config_oauth(); $path = GetPathSetting($event, $context); return main($path);