From 7a09076bc88dc950b8f84424ae5c184be36d7138 Mon Sep 17 00:00:00 2001 From: iglocska Date: Tue, 6 Aug 2013 10:09:19 +0200 Subject: [PATCH] Set the default value of the flag disabling rest alert messages to false --- app/Config/bootstrap.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.