diff --git a/src/apps/vdimgck.php b/src/apps/vdimgck.php index 4322be5d..dc9a0dfe 100755 --- a/src/apps/vdimgck.php +++ b/src/apps/vdimgck.php @@ -87,7 +87,7 @@ function echo_validate_image($config = array()) $rndstring .= $c; } } else { - $chars = 'abcdefghigklmnopqrstuvwxwyABCDEFGHIGKLMNOPQRSTUVWXWY0123456789'; + $chars = 'abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789'; $rndstring = ''; $length = rand(4, 4); $max = strlen($chars) - 1;