Commit 612148e86d1d6e671cd0dca45dbe5e142a9bcd42
1 parent
64d3ba68
Exists in
master
and in
1 other branch
- Correção de bug gerado
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@547 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
menu_esq.php
| ... | ... | @@ -72,7 +72,11 @@ if($_POST['logoff']) |
| 72 | 72 | //Adicionado pela Marisol em 12/06/2006 |
| 73 | 73 | session_destroy(); |
| 74 | 74 | |
| 75 | - die(); //interrompe qualquer outra execução após logoff | |
| 75 | + ?> | |
| 76 | + <SCRIPT LANGUAGE="Javascript"> | |
| 77 | + top.location = 'index.php'; | |
| 78 | + </script> | |
| 79 | + <? | |
| 76 | 80 | } |
| 77 | 81 | |
| 78 | 82 | if($_POST['frm_nm_usuario_acesso'] && $_POST['frm_te_senha']) | ... | ... |