Changeset 18699 for branches/2.4/password.php
- Timestamp:
- Oct 19, 2012, 10:15:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/password.php
r17983 r18699 325 325 if (isset($_POST['username_or_email'])) 326 326 { 327 $template->assign('username_or_email', stripslashes(strip_tags($_POST['username_or_email'])));327 $template->assign('username_or_email', htmlspecialchars(stripslashes($_POST['username_or_email']))); 328 328 } 329 329 }
Note: See TracChangeset
for help on using the changeset viewer.