mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 16:19:02 +00:00
6 lines
81 B
PHP
6 lines
81 B
PHP
![]() |
<?php
|
||
|
|
||
|
function makeCcrfToken(): string {
|
||
|
return bin2hex(random_bytes(8));
|
||
|
}
|