xxx.default.php

put plugins loading into bootstrap.default.php
pull/63/head
noud 2012-10-10 11:43:04 +02:00
parent 7bf0e2f882
commit aea3aa5934
1 changed files with 6 additions and 0 deletions

View File

@ -183,6 +183,12 @@ Configure::write('CyDefSIG.correlation', 'sql'); // correlation between a
*
*/
CakePlugin::load('AclExtras');
CakePlugin::load('SysLog');
CakePlugin::load('Assets'); // having Logable
CakePlugin::load('SysLogLogable');
CakePlugin::load('MagicTools'); // having OrphansProtectable
/**
* You can attach event listeners to the request lifecyle as Dispatcher Filter . By Default CakePHP bundles two filters: