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