diff --git a/src/ninestat-1.0/web/app.php b/src/ninestat-1.0/web/app.php new file mode 100644 index 0000000..943d089 --- /dev/null +++ b/src/ninestat-1.0/web/app.php @@ -0,0 +1,21 @@ +loadClassCache(); +} +//$kernel = new AppCache($kernel); + +// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter +//Request::enableHttpMethodParameterOverride(); +$request = Request::createFromGlobals(); +$response = $kernel->handle($request); +$response->send(); +$kernel->terminate($request, $response);