add new route for testing esi tag

This commit is contained in:
Manuel Raynaud
2013-11-20 10:09:12 +01:00
parent 64c5991838
commit a436adf438
7 changed files with 16 additions and 7 deletions

View File

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