Ajout de DOL_URL_ROOT

This commit is contained in:
Regis Houssin 2007-12-16 10:55:29 +00:00
parent aac2d47b82
commit b2ebd42ac6

View File

@ -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");
?>