mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 10:20:28 +02:00
Suppression des tags $URL_BASE dans les fichiers HTML
This commit is contained in:
@ -64,7 +64,7 @@ class LoggingInUser
|
||||
if ($this->user->getConfirmEmailToken() != null) {
|
||||
$_SESSION["confirm_email"] = $this->email;
|
||||
throw new AssertionError("L'adresse mail n'a pas été validée. Veuillez vérifier votre boîte mail (surtout vos spams). "
|
||||
. "<a href=\"$URL_BASE/connexion/confirmation-mail\">Cliquez ici pour renvoyer le mail de confirmation</a>.");
|
||||
. "<a href=\"/connexion/confirmation-mail\">Cliquez ici pour renvoyer le mail de confirmation</a>.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user