From 0048d676a2bed3addadea670fa5d802a314af473 Mon Sep 17 00:00:00 2001 From: Debulois Date: Fri, 6 May 2022 22:01:01 +0200 Subject: Correction des imports et supression des trailin white space pour le déploiement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Functions/func_language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Core/Functions/func_language.php') diff --git a/Core/Functions/func_language.php b/Core/Functions/func_language.php index b92395d..a222e19 100644 --- a/Core/Functions/func_language.php +++ b/Core/Functions/func_language.php @@ -9,7 +9,7 @@ function language_set($language) { $_SESSION["lang"] = $language; - + // Redirection vers la page actuelle avec la langue à affiche. if ($_SESSION["src"] == "index") { header("Location: /".$_SESSION["src"].".php"); -- cgit v1.2.3