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:
commit
f3152eca09
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue