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

This commit is contained in:
Laurent Destailleur 2011-01-16 01:36:37 +00:00
parent 7ad6e02202
commit 4cf2d40efe

View File

@ -59,7 +59,7 @@ if (class_exists('Smartphone'))
// Check if company name is defined (first install)
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;
}