mise en place du templatind dans Thelia
This commit is contained in:
@@ -22,11 +22,9 @@ if( false === in_array($request->getClientIp(), $trustIp)){
|
||||
|
||||
$thelia = new Thelia('dev', true);
|
||||
|
||||
//var_dump($thelia->getContainer());
|
||||
|
||||
$response = $thelia->handle($request)->prepare($request)->send();
|
||||
|
||||
$thelia->terminate($request, $reponse);
|
||||
$thelia->terminate($request, $response);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user