sid : rewriting

This commit is contained in:
Etienne Roudeix
2013-08-30 09:13:54 +02:00
parent 75b4564297
commit 4ba16dc290
5 changed files with 170 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ if ( false === in_array($request->getClientIp(), $trustIp)) {
$thelia = new Thelia("dev", true);
\Thelia\Tools\URL::retrieveCurrent($request);
$response = $thelia->handle($request)->prepare($request)->send();
$thelia->terminate($request, $response);