This commit is contained in:
flavaud 2017-01-04 20:48:00 +00:00 committed by GitHub
commit 926353cc0e

View file

@ -3,6 +3,8 @@
##############
# INCLUSIONS #
##############
//récupération du chemin absolu
$filepath = realpath (dirname(__FILE__));
//On va inclure l'ensemble des fichiers necessaires
require_once('./mvc/constants.php');
require_once('./mvc/autoload.php');