forked from ZwiiCMS-Team/ZwiiCMS
Faille XSS
This commit is contained in:
parent
5fedce35ed
commit
3b4c6999b6
@ -275,7 +275,7 @@ class registration extends common {
|
|||||||
'<p>' . $messageAdmin . '</p>' .
|
'<p>' . $messageAdmin . '</p>' .
|
||||||
'<p><strong>Identifiant du compte :</strong> ' . $userId .' (' . $userFirstname . ' ' . $userLastname . ')<br>' .
|
'<p><strong>Identifiant du compte :</strong> ' . $userId .' (' . $userFirstname . ' ' . $userLastname . ')<br>' .
|
||||||
'<strong>Email :</strong> ' . $userMail . '</p>' .
|
'<strong>Email :</strong> ' . $userMail . '</p>' .
|
||||||
'<a href="' . helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl(0) . '/user') . '">Validation de l\'inscription</a>'
|
'<a href="' . helper::baseUrl() . 'user/login/' . strip_tags(str_replace('/', '_', $this->getUrl(0) . '/user')) . '">Validation de l\'inscription</a>'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user