commit b821d57de69b04640141d5da9443a212d808905c
Author: root <root@localhost.localdomain>
Date:   Thu Feb 4 23:15:24 2016 -0500

    install UploadPack

diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php
index 2c73bc5..caab05c 100644
--- a/app/Config/bootstrap.php
+++ b/app/Config/bootstrap.php
@@ -63,9 +63,10 @@ Cache::config('default', array('engine' => 'File'));
  * Uncomment one of the lines below, as you need. Make sure you read the documentation on CakePlugin to use more
  * advanced ways of loading plugins
  *
+*CakePlugin::load('DebugKit'); // Loads a single plugin named DebugKit
  * CakePlugin::loadAll(); // Loads all plugins at once
  */
-CakePlugin::load('DebugKit'); // Loads a single plugin named DebugKit
+  CakePlugin::loadAll(); // Loads all plugins at once
 
 /**
  * To prefer app translation over plugin translation, you can set
