Skip to content
Permalink
Browse files Browse the repository at this point in the history
Quick fix to installer exploits for hijacking admin user #664
  • Loading branch information
rjmackay committed Jul 4, 2012
1 parent 529f353 commit fcdad03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/wizard.php
Expand Up @@ -183,6 +183,9 @@ public static function init()
session_unset();

header("Location:../");

// For security: Make sure we don't return the rest of the page
exit();
}

//
Expand Down

0 comments on commit fcdad03

Please sign in to comment.