From 9bfe82dad5fbb33fccd7cbc0604ec102bc64e986 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 20 Feb 2020 11:59:58 +0800 Subject: [PATCH] del config_oauth, do it in main. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index cfe97a9..c53a035 100644 --- a/index.php +++ b/index.php @@ -46,7 +46,7 @@ function main_handler($event, $context) unset($_SERVER); GetGlobalVariable($event); //echo '
'. json_encode($_COOKIE, JSON_PRETTY_PRINT).''; - config_oauth(); $path = GetPathSetting($event, $context); + return main($path); }