Some removed escapeTags calls

This commit is contained in:
Michael 2021-11-05 19:59:18 +00:00
commit 23b10cf2ae
16 changed files with 39 additions and 50 deletions

View file

@ -29,7 +29,7 @@ use Friendica\Util\Strings;
function lostpass_post(App $a)
{
$loginame = Strings::escapeTags(trim($_POST['login-name']));
$loginame = trim($_POST['login-name']);
if (!$loginame) {
DI::baseUrl()->redirect();
}