Set the default value of the flag disabling rest alert messages to false

pull/195/head
iglocska 2013-08-06 10:09:19 +02:00
parent fbbe97178a
commit 7a09076bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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.