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