File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 < tr >
2222 < td >
2323 < input type ="hidden " name ="action " value ="confirm ">
24- < input type ="hidden " name ="user " value ="<?php echo $_GET['user']; ?> ">
24+ < input type ="hidden " name ="user " value ="<?=htmlentities( $_GET['user'], ENT_QUOTES|ENT_HTML5) ?> ">
2525 < input tabindex ="1 " type ="text " size ="20px " style ="width:240px " name ="code " class ="vst-input ">
2626 </ td >
2727 </ tr >
Original file line number Diff line number Diff line change 1313 < tr >
1414 < td style ="padding: 12px 0 0 2px; ">
1515 < input type ="hidden " name ="action " value ="confirm " >
16- < input type ="hidden " name ="user " value ="<?php echo $_GET['user']; ?> " >
17- < input type ="hidden " name ="code " value ="<?php echo $_GET['code']; ?> " >
16+ < input type ="hidden " name ="user " value ="<?=htmlentities( $_GET['user'], ENT_QUOTES|ENT_HTML5) ?> " >
17+ < input type ="hidden " name ="code " value ="<?=htmlentities( $_GET['code'], ENT_QUOTES|ENT_HTML5) ?> " >
1818 < ?php print __('New Password');?>
1919 </ td >
2020 </ tr >
You can’t perform that action at this time.
0 commit comments