add Thelia conf into Kernel process

This commit is contained in:
Manuel Raynaud
2013-03-28 18:04:45 +01:00
parent 879a2e09a8
commit e7ddd995f5
9 changed files with 247 additions and 57 deletions

View File

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