Update index.php
to use RaspiSMS on different vhost than the default one
This commit is contained in:
parent
538d242f18
commit
374f85179f
|
@ -3,6 +3,8 @@
|
||||||
##############
|
##############
|
||||||
# INCLUSIONS #
|
# INCLUSIONS #
|
||||||
##############
|
##############
|
||||||
|
//récupération du chemin absolu
|
||||||
|
$filepath = realpath (dirname(__FILE__));
|
||||||
//On va inclure l'ensemble des fichiers necessaires
|
//On va inclure l'ensemble des fichiers necessaires
|
||||||
require_once('./mvc/constants.php');
|
require_once('./mvc/constants.php');
|
||||||
require_once('./mvc/autoload.php');
|
require_once('./mvc/autoload.php');
|
||||||
|
|
Loading…
Reference in New Issue