Add files via upload

This commit is contained in:
qkqpttgf
2020-01-18 00:18:24 +08:00
committed by GitHub
parent 6f06f79461
commit ba22154eda
5 changed files with 791 additions and 58 deletions
+1
View File
@@ -34,6 +34,7 @@ function main_handler($event, $context)
unset($_COOKIE);
unset($_SERVER);
GetGlobalVariable($event);
echo '<pre>'. json_encode($_COOKIE, JSON_PRETTY_PRINT).'</pre>';
config_oauth();
$path = GetPathSetting($event, $context);
return main($path);