The following files exists in this folder. Click to view.
functions.php
5 lines ASCII Windows (CRLF)
1
2
3
4
5
<?php function generateInviteCode($length = 8) { return strtoupper(bin2hex(random_bytes($length / 2))); }