From 4cf2d40efec365d405981754a233fb4516033908 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 16 Jan 2011 01:36:37 +0000 Subject: [PATCH] Fix: Use a different url to have not same than normal url --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 962209d55b6..2bac965ba3f 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -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; } -- GitLab