Bugfixes Update
This commit is contained in:
@@ -222,7 +222,9 @@ Plugin::load('Migrations');
|
||||
* Debug Kit should not be installed on a production system
|
||||
*/
|
||||
if (Configure::read('debug')) {
|
||||
Plugin::load('DebugKit', ['bootstrap' => true]);
|
||||
//Plugin::load('DebugKit', ['bootstrap' => true]);
|
||||
Configure::write('DebugKit', ['forceEnable' => true]);
|
||||
Plugin::load("DebugKit", ["bootstrap" => true]);
|
||||
}
|
||||
|
||||
//Plugin::load('AsdCurl', ['autoload' => true]);
|
||||
@@ -230,3 +232,4 @@ Plugin::load('AsdCurl', ['autoload' => true, 'bootstrap' => true, 'routes' => tr
|
||||
|
||||
Configure::write('Users.config', ['users']);
|
||||
Plugin::load('CakeDC/Users', ['routes' => true, 'bootstrap' => true]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user