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);