Fix: Utilise DOL_URL_ROOT plutot que $dolibar_main_url_root
This commit is contained in:
parent
914e32fc57
commit
e3bb9edc9f
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user