changement de l'index.php

pull/130/head
Vincent ASTOLFI 2 years ago
parent 19f6b56233
commit 9f0ca4ba9f

@ -1,3 +1,10 @@
<?php
echo "test";
require_once(__DIR__.'/config/Config.php');
require_once(__DIR__.'/config/Autoload.php');
Autoload::charger();
// loading a controler
$cont = new FrontControler();
?>
Loading…
Cancel
Save