From 8b448a66d493d7f66390203de0f12764de4b037a Mon Sep 17 00:00:00 2001 From: ccomb Date: Sun, 17 Apr 2005 00:41:13 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20de=20$dolibarr=5Fmain=5Furl=5Froot=20de?= =?UTF-8?q?vant=20la=20redirection=20en=20cas=20d'install=20incompl=C3=A8t?= =?UTF-8?q?e.=20(Le=20dernier=20lien=20vers=20admin/=20menait=20nulle=20pa?= =?UTF-8?q?rt.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 23e364f4b41..336693349e6 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: install/index.php"); + Header("Location: ".$dolibarr_main_url_root."/install/index.php"); }