Commit ec7ce265595317122990b5f03032c5ce9a953eca

Authored by Leandro Arndt
1 parent 08c1edee

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 14 ?>
15 15 <h1>Reenvio de Senha</h1>
16 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 18 Informe seu CPF ou CNPJ para enviarmos nova senha:<br>
19 19 <table cellpadding="10" cellspacing="10">
20 20 <tr><td>CPF/CNPJ:</td><td><input type="text" name="cpfcnpj"></td></tr>
... ...