mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 20:15:12 +00:00
Update comment
This commit is contained in:
@@ -14,7 +14,7 @@ function randomString(int $length = 16): string {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Older keygen function - only used for TOTP currently
|
// Used only for TOTP
|
||||||
function key32gen() {
|
function key32gen() {
|
||||||
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
|
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
|
||||||
$key = '';
|
$key = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user