tab to 4 spaces

This commit is contained in:
paponius 2023-08-01 06:06:19 +02:00
parent b87a858577
commit ca871a8495

View file

@ -248,7 +248,7 @@ if (empty($_SESSION['token'])) {
if (function_exists('random_bytes')) {
$_SESSION['token'] = bin2hex(random_bytes(32));
} else {
$_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32));
$_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32));
}
}