1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-07-25 02:51:45 +02:00
This commit is contained in:
Caleb Mazalevskis
2023-04-23 22:29:23 +08:00
committed by GitHub
parent 00541fc469
commit da77df785a

View File

@@ -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));
}