|
|
|
@ -1,16 +1,16 @@ |
|
|
|
|
<?php |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
namespace Chamilo\ThemeBundle\Controller; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* SecurityController.php |
|
|
|
|
* avanzu-admin |
|
|
|
|
* Date: 23.02.14. |
|
|
|
|
*/ |
|
|
|
|
use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
|
|
|
use Symfony\Component\HttpFoundation\Request; |
|
|
|
|
use Symfony\Component\Security\Core\SecurityContext; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Class SecurityController |
|
|
|
|
* @package Chamilo\ThemeBundle\Controller |
|
|
|
|
*/ |
|
|
|
|
class SecurityController extends Controller |
|
|
|
|
{ |
|
|
|
|
/** |
|
|
|
|