From 3ee1398e2fc6f5cf89cd0fb4b309a082e4cfdb20 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 23 Apr 2024 11:54:32 +0200 Subject: [PATCH] supprime un commentaire --- core/class/router.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/class/router.class.php b/core/class/router.class.php index 7c7860b..acaf31d 100644 --- a/core/class/router.class.php +++ b/core/class/router.class.php @@ -479,7 +479,6 @@ class core extends common is_array($pagesId['page']) && array_key_exists($this->getUrl(0), $pagesId['page']) ) { - //$_SESSION['ZWII_SITE_CONTENT'] = $key; header('Refresh:0; url=' . helper::baseUrl() . 'course/swap/' . $key . '/' . $this->getUrl(0)); exit(); }