mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-25 02:51:45 +02:00
Fix typo. (#1028)
This commit is contained in:
committed by
GitHub
parent
00541fc469
commit
da77df785a
@@ -237,7 +237,7 @@ if (defined('FM_EMBED')) {
|
||||
restore_error_handler();
|
||||
}
|
||||
|
||||
//Genrating CSRF Token
|
||||
//Generating CSRF Token
|
||||
if (empty($_SESSION['token'])) {
|
||||
$_SESSION['token'] = bin2hex(random_bytes(32));
|
||||
}
|
||||
|
Reference in New Issue
Block a user