From 06076bde36ffda4379092d0e344f570099411ef7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Nov 2015 22:13:36 +0100 Subject: [PATCH] fix path --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 8e34508..ec92244 100644 --- a/html/index.php +++ b/html/index.php @@ -12,7 +12,7 @@ //démmarrer une session php @session_start(); -require_once("../scr/functions.php"); +require_once("../src/functions.php");