Skip to content

Commit

Permalink
0008165: Potential URL redirection flaw in account_prefs_reset.php
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4453 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Jul 18, 2007
1 parent 8b4ddb9 commit 11acbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_prefs_reset.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: account_prefs_reset.php,v 1.26 2005-02-12 20:01:03 jlatour Exp $
# $Id: account_prefs_reset.php,v 1.27 2007-07-18 21:23:04 prichards Exp $
# --------------------------------------------------------

# CALLERS
Expand Down Expand Up @@ -41,5 +41,5 @@

user_pref_set_default( $f_user_id );

print_header_redirect( $f_redirect_url );
print_header_redirect( $f_redirect_url, true, true );
?>

0 comments on commit 11acbab

Please sign in to comment.