chg: [debugkit] Added the commented out loading of debugkit for convenience

pull/3725/head
iglocska 2018-09-27 23:02:15 +02:00
parent f3e6761440
commit 3ee3c6a34d
3 changed files with 6 additions and 0 deletions

4
.gitmodules vendored
View File

@ -33,3 +33,7 @@
[submodule "app/files/noticelists"]
path = app/files/noticelists
url = https://github.com/MISP/misp-noticelist
[submodule "Plugin/DebugKit"]
path = Plugin/DebugKit
url = git://github.com/cakephp/debug_kit.git
branch = 2.2

1
Plugin/DebugKit Submodule

@ -0,0 +1 @@
Subproject commit 8649a612001fa1caee82d9c432b8223cef221104

View File

@ -90,6 +90,7 @@ class AppController extends Controller
'ACL',
'RestResponse',
'Flash'
//,'DebugKit.Toolbar'
);
private function __isApiFunction($controller, $action)