Update index.php

to use RaspiSMS on different vhost than the default one
This commit is contained in:
flavaud 2015-04-13 10:48:16 +02:00
parent 538d242f18
commit 374f85179f

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');