From 2f9d84e2993f89045b050a4b22f2cd6e790faeb1 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 29 Sep 2022 17:03:12 +0200 Subject: [PATCH] debug --- gestion/entete.php | 2 +- include/entete.php | 2 +- session_init.php | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gestion/entete.php b/gestion/entete.php index 1d40a40..ac5fa3f 100644 --- a/gestion/entete.php +++ b/gestion/entete.php @@ -12,7 +12,7 @@ Lyon Association Libre Informatique Solidaire - + - + diff --git a/session_init.php b/session_init.php index 869aec3..f790449 100644 --- a/session_init.php +++ b/session_init.php @@ -14,9 +14,6 @@ error_reporting(E_ALL); date_default_timezone_set("Europe/Paris"); $base_path = "/var/www/html"; set_include_path(get_include_path() . ':' .$base_path . '/vote/include'); -set_include_path(get_include_path() . ':' .$base_path . '/css'); -set_include_path(get_include_path() . ':' .$base_path . '/font-awesome'); -set_include_path(get_include_path() . ':' .$base_path . '/img'); set_include_path(get_include_path() . ':' .$base_path . '/js'); ?>