Merge branch 'ent-12786-edicion-creacion-de-tarea-discovery-aplicacion-o-cloud-muestra-wizard-de-inicio' into 'develop'

Ent 12786 edicion creacion de tarea discovery aplicacion o cloud muestra wizard de inicio

See merge request artica/pandorafms!6878
This commit is contained in:
Rafael Ameijeiras 2024-01-24 08:15:23 +00:00
commit f3152eca09
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if ($initial && users_is_admin()) {
);
}
if (check_acl($config['id_user'], 0, 'AW')) {
if (check_acl($config['id_user'], 0, 'AW') && empty($sec2)) {
$welcome = !$initial;
try {
$welcome_window = new WelcomeWindow($welcome);