add Thelia conf into Kernel process
This commit is contained in:
@@ -24,3 +24,5 @@ $thelia = new Thelia("dev", true);
|
||||
$response = $thelia->handle($request)->prepare($request)->send();
|
||||
|
||||
$thelia->terminate($request, $response);
|
||||
|
||||
echo "page parsed in : " . (microtime(true) - $thelia->getStartTime());
|
||||
Reference in New Issue
Block a user