mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#12786 fix wizard open out of index
This commit is contained in:
parent
a93c9985ec
commit
3026c9d50d
@ -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…
x
Reference in New Issue
Block a user