Skip to content
Snippets Groups Projects
Commit 4cf2d40e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Use a different url to have not same than normal url

parent 7ad6e022
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ if (class_exists('Smartphone')) ...@@ -59,7 +59,7 @@ if (class_exists('Smartphone'))
// Check if company name is defined (first install) // Check if company name is defined (first install)
if (!isset($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_NOM)) if (!isset($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_NOM))
{ {
header("Location: ".DOL_URL_ROOT."/admin/company.php?mainmenu=home&leftmenu=setup"); header("Location: ".DOL_URL_ROOT."/admin/company.php?mainmenu=home&leftmenu=setup&mesg=setupnotcomplete");
exit; exit;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment