From 4edf3b308ffded867fe4bd91214497b859e2e873 Mon Sep 17 00:00:00 2001
From: Bob Le Bricodeur <Mr.Bricodage@gmail.com>
Date: Tue, 11 Nov 2014 12:31:52 +0100
Subject: [PATCH] =?UTF-8?q?Modification=20des=20appels=20de=20function.inc?=
 =?UTF-8?q?.php=20(ajout=20dans=20init)=20pour=20=C3=AAtre=20accessible=20?=
 =?UTF-8?q?par=20toutes=20les=20pages?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/inc/init.php | 2 +-
 index.php        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/inc/init.php b/app/inc/init.php
index fde05760..62890bdb 100644
--- a/app/inc/init.php
+++ b/app/inc/init.php
@@ -25,7 +25,7 @@ require_once __DIR__ . '/../../vendor/autoload.php';
 
 include_once __DIR__ . '/constants.php';
 include_once __DIR__ . '/i18n.php';
-
+include_once __DIR__ . '/functions.inc.php';
 
 $connect = NewADOConnection(BASE_TYPE);
 $connect->Connect(SERVEURBASE, USERBASE, USERPASSWD, BASE);
diff --git a/index.php b/index.php
index fce10cc2..14361fcd 100644
--- a/index.php
+++ b/index.php
@@ -21,7 +21,6 @@ namespace Framadate;
 use Framadate\Utils;
 
 include_once __DIR__ . '/app/inc/init.php';
-include_once __DIR__ . '/app/inc/functions.inc.php';
 
 if (is_readable('bandeaux_local.php')) {
     include_once('bandeaux_local.php');
-- 
GitLab