Skip to content

Commit

Permalink
Fix typo. (prasathmani#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan authored and ner00 committed May 6, 2023
1 parent 0901f06 commit 3ee890b
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 @@ -235,7 +235,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 3ee890b

Please sign in to comment.