Skip to content

Commit

Permalink
#1921 - Calms down CSRF token generation
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookbanks committed Mar 26, 2018
1 parent 8c848e9 commit 79bf08a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/sanitize.class.php
Expand Up @@ -72,8 +72,6 @@ static public function checkToken() {
$GLOBALS['session']->getToken(true);
self::_stopToken();
}
//Make a new token
$GLOBALS['session']->getToken(true);
}
}

Expand Down

0 comments on commit 79bf08a

Please sign in to comment.