diff --git a/controllers/manage/POST.php b/controllers/manage/POST.php index 1b24703..3244b07 100644 --- a/controllers/manage/POST.php +++ b/controllers/manage/POST.php @@ -9,7 +9,8 @@ const MAX_LENGTH = 20; const DEFAULT_SCHEMA = "http://"; function generateCandidate(string $length) { - $charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; + //$charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; + $charset = "bcdfghklmnpqrstvwxyzBCDFGHKLMNPQRSTVWXYZ256789"; return join("", array_map(