mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-01 13:47:42 +00:00
remove old call of sanitizeString()
This commit is contained in:
parent
a4935f608b
commit
1575cdb154
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user