Changeset 794:0555e761f509 for admin/auth.php
- Timestamp:
- 02/08/12 20:53:04 (13 years ago)
- Branch:
- 2.4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r550 r794 31 31 32 32 $change_pwd = $core->auth->allowPassChange() && isset($_POST['new_pwd']) && isset($_POST['new_pwd_c']) && isset($_POST['login_data']); 33 $login_data = !empty($_POST['login_data']) ? $_POST['login_data']: null;33 $login_data = !empty($_POST['login_data']) ? html::escapeHTML($_POST['login_data']) : null; 34 34 $recover = $core->auth->allowPassChange() && !empty($_REQUEST['recover']); 35 35 $safe_mode = !empty($_REQUEST['safe_mode']);
Note: See TracChangeset
for help on using the changeset viewer.