From 374f85179f5574d98adb6fdecfd6c207cdedb61a Mon Sep 17 00:00:00 2001 From: flavaud Date: Mon, 13 Apr 2015 10:48:16 +0200 Subject: [PATCH] Update index.php to use RaspiSMS on different vhost than the default one --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index b01642a..fa76787 100755 --- a/index.php +++ b/index.php @@ -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');