Skip to content
Snippets Groups Projects
Commit b2ebd42a authored by Regis Houssin's avatar Regis Houssin
Browse files

Ajout de DOL_URL_ROOT

parent aac2d47b
No related branches found
No related tags found
No related merge requests found
...@@ -53,5 +53,5 @@ $a->setShowLogin (false); ...@@ -53,5 +53,5 @@ $a->setShowLogin (false);
$a->start(); $a->start();
if ($a->getAuth()) $a->logout(); if ($a->getAuth()) $a->logout();
header("Location: ../index.php"); header("Location: ".DOL_URL_ROOT."/index.php");
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment