Changeset 3151800
- Timestamp:
- 09/14/2024 02:55:14 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-2-step-verification/2.x/includes/Wp2sv_Session_Tokens_Abstract.php
r1964740 r3151800 55 55 * @return string A hash of the session token (a verifier). 56 56 */ 57 finalprivate function hash_token( $token ) {57 private function hash_token( $token ) { 58 58 // If ext/hash is not present, use sha1() instead. 59 59 if ( function_exists( 'hash' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.