diff --git a/app/Config/bootstrap.default.php b/app/Config/bootstrap.default.php index 0fd38c230..167ce9a8b 100755 --- a/app/Config/bootstrap.default.php +++ b/app/Config/bootstrap.default.php @@ -141,7 +141,7 @@ Configure::write('CyDefSIG.dns', 'false'); // there is a nameserver available //Configure::write('MISP.welcome_text_top', 'Welcome to the Organisation community\'s'); // used in Events::login before the MISP logo //Configure::write('MISP.welcome_text_bottom', 'instance'); // used in Events::login after the MISP logo //Configure::write('MISP.welcome_logo', 'organisation'); // used in Events::login to the left of the MISP logo, place a .png file in app/webroot/img with the name specified here. In this case it would be organisation.png -Configure::write('MISP.disablerestalert', 'true'); +Configure::write('MISP.disablerestalert', 'false'); /** * The settings below can be used to set additional paths to models, views and controllers.