remove old call of sanitizeString()

This commit is contained in:
Uwe Steinmann 2021-05-12 09:35:42 +02:00
parent a4935f608b
commit 1575cdb154

View File

@ -123,7 +123,7 @@ $(document).ready( function() {
<form class="form-horizontal" action="../op/op.Login.php" method="post" name="form1" id="form">
<?php
if ($refer) {
echo "<input type='hidden' name='referuri' value='".sanitizeString($refer)."'/>";
echo "<input type='hidden' name='referuri' value='".htmlspecialchars($refer)."'/>";
}
$this->formField(
getMLText("user_login"),