
06/01/2010, 12:42
|
 | | | Fecha de Ingreso: septiembre-2004
Mensajes: 1.101
Antigüedad: 20 años, 5 meses Puntos: 71 | |
Respuesta: Problema con imagenes secure.php Cita:
Iniciado por DooBie cambia esta linea:
Código:
if(!function_exists('gd_info')) { exit(); }
por esta otra:
Código:
if(!function_exists('gd_info')) { die('No existe libreria GD'); }
Probaste esto???? |