Commit e0fbb81dc2491d2132779ade851c22f1ddf7581b
1 parent
6174721a
Exists in
master
and in
1 other branch
acrescentando identificação de url
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/Cacic/CommonBundle/Controller/SecurityController.php
| @@ -39,6 +39,7 @@ class SecurityController extends Controller | @@ -39,6 +39,7 @@ class SecurityController extends Controller | ||
| 39 | array( | 39 | array( |
| 40 | 'last_username' => $objSession->get( SecurityContext::LAST_USERNAME ), // último nome de usuário informado no formulário | 40 | 'last_username' => $objSession->get( SecurityContext::LAST_USERNAME ), // último nome de usuário informado no formulário |
| 41 | 'error' => $error, | 41 | 'error' => $error, |
| 42 | + 'url' => $_SERVER['HTTP_HOST'], | ||
| 42 | ) | 43 | ) |
| 43 | ); | 44 | ); |
| 44 | } | 45 | } |