From e3bb9edc9f8e7eddd8094b9d1a4ff0a502f88a2c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Apr 2005 15:23:39 +0000 Subject: [PATCH] Fix: Utilise DOL_URL_ROOT plutot que $dolibar_main_url_root --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 336693349e6..263afb985b8 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -107,7 +107,7 @@ $langs->load("main"); */ if (defined("MAIN_NOT_INSTALLED")) { - Header("Location: ".$dolibarr_main_url_root."/install/index.php"); + Header("Location: ".DOL_URL_ROOT."/install/index.php"); }