diff --git a/web/index.php b/web/index.php index 54ccee7a4..378bf1430 100755 --- a/web/index.php +++ b/web/index.php @@ -11,7 +11,7 @@ require __DIR__ . '/../core/bootstrap.php'; $request = Request::createFromGlobals(); $thelia = new Thelia("prod", false); -$thelia = new HttpCache($thelia); +//$thelia = new HttpCache($thelia); $response = $thelia->handle($request)->prepare($request)->send(); $thelia->terminate($request, $response);