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…
Reference in new issue