From b2ebd42ac6348c89ebaff036f9118e671334bfd7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 16 Dec 2007 10:55:29 +0000 Subject: [PATCH] Ajout de DOL_URL_ROOT --- htdocs/user/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php index 9583ba199b7..55b185a3aa8 100644 --- a/htdocs/user/logout.php +++ b/htdocs/user/logout.php @@ -53,5 +53,5 @@ $a->setShowLogin (false); $a->start(); if ($a->getAuth()) $a->logout(); -header("Location: ../index.php"); +header("Location: ".DOL_URL_ROOT."/index.php"); ?>