Tema
:
bloquear php via url
Ver Mensaje Individual
#
4
(
permalink
)
29/09/2008, 19:03
korg1988
Fecha de Ingreso: junio-2006
Ubicación: Santa Fe, Argentina
Mensajes: 825
Antigüedad: 18 años, 8 meses
Puntos: 19
Respuesta: bloquear php via url
Perdon, me confundi yo
el codigo seria asi
Código PHP:
if(
strstr
(
$_SERVER
[
'PHP_SELF'
],
"formulario_flash.php"
)){
header
(
'Location: login_iquique.php'
);
}
korg1988
Ver Perfil
Buscar todos los Mensajes de korg1988