Commit ec7ce265595317122990b5f03032c5ce9a953eca
1 parent
08c1edee
Exists in
mysqli
and in
2 other branches
Correção do caminho para redefinição de senha
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
reset/index.php
@@ -14,7 +14,7 @@ include("../inc/topo.php"); | @@ -14,7 +14,7 @@ include("../inc/topo.php"); | ||
14 | ?> | 14 | ?> |
15 | <h1>Reenvio de Senha</h1> | 15 | <h1>Reenvio de Senha</h1> |
16 | <div align="center"> | 16 | <div align="center"> |
17 | - <form action="<?php echo SITELNK;?>reset/index.php" id="formulario" method="post"> | 17 | + <form action="<?php echo URL_BASE_SISTEMA;?>reset/index.php" id="formulario" method="post"> |
18 | Informe seu CPF ou CNPJ para enviarmos nova senha:<br> | 18 | Informe seu CPF ou CNPJ para enviarmos nova senha:<br> |
19 | <table cellpadding="10" cellspacing="10"> | 19 | <table cellpadding="10" cellspacing="10"> |
20 | <tr><td>CPF/CNPJ:</td><td><input type="text" name="cpfcnpj"></td></tr> | 20 | <tr><td>CPF/CNPJ:</td><td><input type="text" name="cpfcnpj"></td></tr> |