How do I prevent the Host Wizard to show up for users logging in for the first time?
# mkdir -p /opt/monitor/op5/ninja/modules/wizard/config/custom# cp -a /opt/monitor/op5/ninja/modules/wizard/config/wizard.php /opt/monitor/op5/ninja/modules/wizard/config/custom
Now edit /opt/monitor/op5/ninja/modules/wizard/config/custom/wizard.php and set:
$config['display_at_start'] = 0;
-
Tags:
- Disable
- host wizard
Comments
0 comments
Please sign in to leave a comment.