This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // src/AppBundle/Controller/Admin/AdminController.php | |
| namespace AppBundle\Controller\Admin; | |
| use EasyCorp\Bundle\EasyAdminBundle\Controller\AdminController as BaseAdminController; | |
| use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | |
| use Symfony\Component\HttpFoundation\Request; | |
| use Symfony\Component\HttpFoundation\Response; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {# templates/bundles/TwigBundle/Exception/error429.html.twig #} | |
| {% extends 'layout.html.twig' %} | |
| {% block meta_title %}Error {{ status_code }}, too many login attempts{% endblock meta_title %} | |
| {% block body %} | |
| <h1>Security warning</h1> | |
| <h2>Too many login attempts</h2> |
OlderNewer