forked from leftypol/leftypol
XSS in login form
This commit is contained in:
parent
b6d2049132
commit
c7d72306ed
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
'body'=>Element('login.html', Array(
|
||||
'config'=>$config,
|
||||
'error'=>$error,
|
||||
'username'=>$username,
|
||||
'username'=>utf8tohtml($username),
|
||||
'redirect'=>$redirect
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue