Exemple #1
0
<?php

require_once __DIR__ . '/../lib/Loader.php';
$config = (require_once __DIR__ . '/../cfg/config.php');
$app = new \Lib\Application($config);
$app->run();