diff options
| author | Debulois <quentin@debulois.fr> | 2022-05-06 22:01:01 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-05-06 22:01:01 +0200 |
| commit | 0048d676a2bed3addadea670fa5d802a314af473 (patch) | |
| tree | ff39f487db79a505b99ba322526dac370f17e03a /Core/Functions/func_language.php | |
| parent | e93781c7fb2fc982e643777d6334585012033c46 (diff) | |
Correction des imports et supression des trailin white space pour le déploiement
Diffstat (limited to 'Core/Functions/func_language.php')
| -rw-r--r-- | Core/Functions/func_language.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
