mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Shifting includes around.
This commit is contained in:
parent
91a3fc4aee
commit
82851895ef
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@ App::import('Core', 'Router', false);
|
||||||
App::import('Core', 'Security', false);
|
App::import('Core', 'Security', false);
|
||||||
App::import('Core', 'CakeSession', false);
|
App::import('Core', 'CakeSession', false);
|
||||||
App::import('Component', 'auth/base_authorize');
|
App::import('Component', 'auth/base_authorize');
|
||||||
|
App::import('Component', 'auth/base_authenticate');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Authentication control component class
|
* Authentication control component class
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||||
*/
|
*/
|
||||||
App::import('Component', 'auth/base_authenticate');
|
App::import('Component', 'auth/base_authenticate');
|
||||||
App::import('Core', 'String');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Digest Authentication adapter for AuthComponent.
|
* Digest Authentication adapter for AuthComponent.
|
||||||
|
|
Loading…
Add table
Reference in a new issue