ajout de $dolibarr_main_url_root devant la redirection en cas d'install incomplète. (Le dernier lien vers admin/ menait nulle part.)
This commit is contained in:
parent
2f0cb8b198
commit
8b448a66d4
@ -107,7 +107,7 @@ $langs->load("main");
|
|||||||
*/
|
*/
|
||||||
if (defined("MAIN_NOT_INSTALLED"))
|
if (defined("MAIN_NOT_INSTALLED"))
|
||||||
{
|
{
|
||||||
Header("Location: install/index.php");
|
Header("Location: ".$dolibarr_main_url_root."/install/index.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user