del config_oauth, do it in main.

pull/31/head
qkqpttgf 2020-02-20 11:59:58 +08:00 committed by GitHub
parent 21b966b437
commit 9bfe82dad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function main_handler($event, $context)
unset($_SERVER);
GetGlobalVariable($event);
//echo '<pre>'. json_encode($_COOKIE, JSON_PRETTY_PRINT).'</pre>';
config_oauth();
$path = GetPathSetting($event, $context);
return main($path);
}