Explorar el Código

Update vdimgck.php

tags/6.1.8
tianya hace 2 años
padre
commit
b8ffa792b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/apps/vdimgck.php

+ 1
- 1
src/apps/vdimgck.php Ver fichero

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


Cargando…
Cancelar
Guardar