Updating imports in AuthComponent and AuthComponent test case.

This commit is contained in:
mark_story 2009-09-13 23:42:25 -04:00
parent b4a1c4723d
commit 090eb27be1
2 changed files with 8 additions and 18 deletions

View file

@ -1,6 +1,4 @@
<?php
/* SVN FILE: $Id$ */
/**
* Authentication component
*
@ -9,24 +7,21 @@
* PHP versions 4 and 5
*
* CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
* Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
* Copyright 2005-2009, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @filesource
* @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
* @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
* @package cake
* @subpackage cake.cake.libs.controller.components
* @since CakePHP(tm) v 0.10.0.1076
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
App::import(array('Router', 'Security'));
App::import('Core', array('Router', 'Security'), false);
/**
* Authentication control component class