diff --git a/pandora_console/index.php b/pandora_console/index.php index 5897f19f31..cdf08e3161 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -618,7 +618,7 @@ if ($old_global_counter_chat != $now_global_counter_chat) { // 2) identification (newsletter and register) // 3) last_message (update manager message popup // 4) login_help (online help, enterpirse version, forums, documentation) -if (license_free() && is_user_admin ($config['id_user']) && +if (is_user_admin ($config['id_user']) && (!isset($config['initial_wizard']) || $config['initial_wizard'] != 1)) { include_once ("general/login_required.php"); }