diff --git a/core/core.php b/core/core.php index ef872517..587f2c02 100644 --- a/core/core.php +++ b/core/core.php @@ -1713,7 +1713,7 @@ class core extends common { // Déconnexion $user = new user; $user->logout(); - // Rédirection + // Redirection http_response_code(302); header('Location:' . helper::baseUrl() . 'maintenance'); exit(); diff --git a/core/module/config/config.php b/core/module/config/config.php index ce2248c3..cd5dcf0e 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -442,6 +442,7 @@ class config extends common { 'homePageId' => $this->getInput('configHomePageId', helper::FILTER_ID, true), 'page404' => $this->getInput('configPage404'), 'page403' => $this->getInput('configPage403'), + 'page302' => $this->getInput('configPage302'), 'analyticsId' => $this->getInput('configAnalyticsId'), 'autoBackup' => $this->getInput('configAutoBackup', helper::FILTER_BOOLEAN), 'maintenance' => $this->getInput('configMaintenance', helper::FILTER_BOOLEAN), diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 2f9a82e5..2875ba7d 100644 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -176,7 +176,7 @@
Notre site est actuellement en maintenance. Nous sommes désolés pour la gêne occasionnée et faisons notre possible pour être rapidement de retour.<\/p>\r\n