mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fixed more php errors empty vars updated more ui search headers
This commit is contained in:
@@ -18,7 +18,7 @@ function keygen()
|
||||
|
||||
function key32gen()
|
||||
{
|
||||
$chars .= "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
$chars .= "234567";
|
||||
while (1) {
|
||||
$key = '';
|
||||
|
||||
Reference in New Issue
Block a user