Skip to content

Commit

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

# --------------------------------------------------------
# $Id: set_project.php,v 1.55 2005-12-05 12:17:55 vboctor Exp $
# $Id: set_project.php,v 1.56 2007-07-18 21:20:17 prichards Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -71,7 +71,7 @@
}
}

print_header_redirect( $t_redirect_url );
print_header_redirect( $t_redirect_url, true, true );
?>
<?php html_page_top1() ?>
<?php
Expand Down

0 comments on commit 8b4ddb9

Please sign in to comment.