Add files via upload

This commit is contained in:
qkqpttgf
2020-02-17 02:59:03 -06:00
committed by GitHub
parent 21b966b437
commit 84b8ab523e
5 changed files with 456 additions and 207 deletions
+1 -1
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);
}