Shifting includes around.

This commit is contained in:
mark_story 2011-01-23 11:09:01 -05:00
parent 91a3fc4aee
commit 82851895ef
2 changed files with 1 additions and 1 deletions

View file

@ -23,6 +23,7 @@ App::import('Core', 'Router', false);
App::import('Core', 'Security', false);
App::import('Core', 'CakeSession', false);
App::import('Component', 'auth/base_authorize');
App::import('Component', 'auth/base_authenticate');
/**
* Authentication control component class

View file

@ -13,7 +13,6 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Component', 'auth/base_authenticate');
App::import('Core', 'String');
/**
* Digest Authentication adapter for AuthComponent.