Skip to content

Commit

Permalink
Fix typo. (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Apr 23, 2023
1 parent 00541fc commit da77df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyfilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function session_error_handling_function($code, $msg, $file, $line) {
restore_error_handler();
}

//Genrating CSRF Token
//Generating CSRF Token
if (empty($_SESSION['token'])) {
$_SESSION['token'] = bin2hex(random_bytes(32));
}
Expand Down

0 comments on commit da77df7

Please sign in to comment.