Commit 7c20e0a23a299e79f8caee304ababdc6421b11bf

Authored by Leandro Arndt
1 parent 942a0475
Exists in master

Correção do e-mail de confirmação de cadastro.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
class/solicitante.class.php
... ... @@ -476,7 +476,7 @@ class Solicitante {
476 476 $body="Prezado(a) $this->nome,<br> <br>
477 477  
478 478 Você se cadastrou no sistema ".SISTEMA_NOME.". Para confirmar seu cadastro, favor acesse o seguinte endereço: <br/><br>
479   - ".SITELNK."confirmacao/?k=".md5($this->idsolicitante)."<br><br>
  479 + ".URL_BASE_SISTEMA."confirmacao/?k=".md5($this->idsolicitante)."<br><br>
480 480  
481 481 Mensagem automatica do ".SISTEMA_NOME;
482 482  
... ...