url global substitution

This commit is contained in:
Etienne Roudeix
2013-08-30 14:30:33 +02:00
parent 4ba16dc290
commit 3c71aa613f
15 changed files with 126 additions and 166 deletions

View File

@@ -21,8 +21,6 @@ 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);