Debug
This commit is contained in:
parent
aa1f85e4d9
commit
a6dbf655db
1 changed files with 5 additions and 0 deletions
5
vendor/action/users/users_access.php
vendored
5
vendor/action/users/users_access.php
vendored
|
|
@ -28,6 +28,11 @@ try{
|
|||
|
||||
} else {
|
||||
|
||||
echo 'Kenão';
|
||||
exit;
|
||||
|
||||
|
||||
|
||||
/** Consulta o usuário junto ao banco de dados para verificar se é o primeiro acesso*/
|
||||
$UsersResult = $Users->Access($UsersValidate->getEmail(), $UsersValidate->getPassword(), 'S');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue