Commit e0fbb81dc2491d2132779ade851c22f1ddf7581b

Authored by Bruno Menezes
1 parent 6174721a
Exists in master and in 1 other branch 3.1

acrescentando identificação de url

src/Cacic/CommonBundle/Controller/SecurityController.php
... ... @@ -39,6 +39,7 @@ class SecurityController extends Controller
39 39 array(
40 40 'last_username' => $objSession->get( SecurityContext::LAST_USERNAME ), // último nome de usuário informado no formulário
41 41 'error' => $error,
  42 + 'url' => $_SERVER['HTTP_HOST'],
42 43 )
43 44 );
44 45 }
... ...