Browse Source

Update vdimgck.php

tags/6.1.8
tianya 2 years ago
parent
commit
b8ffa792b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/apps/vdimgck.php

+ 1
- 1
src/apps/vdimgck.php View File

@@ -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;


Loading…
Cancel
Save