pull/63/head
Andrzej Dereszowski 2012-07-02 16:26:50 +02:00
parent 5bac9ac928
commit e2df7442a4
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@
/app/tmp/logs/*.log
/app/files/*
/app/webroot/img/logo.png
/app/Config/bootstrap.php
/app/Config/database.php

View File

@ -142,5 +142,6 @@ Configure::write('SecureAuth.expire', 300); // the time-window for th
* CakePlugin::load('DebugKit'); //Loads a single plugin named DebugKit
*
*/
CakePlugin::load('SysLog');
CakePlugin::load('AclExtras');
CakePlugin::load('AclExtras');