Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2004, 15:29
josemi
Ex Colaborador
 
Fecha de Ingreso: junio-2002
Mensajes: 9.091
Antigüedad: 21 años, 10 meses
Puntos: 16
Hola,

Prueba a poner:
Código PHP:
clearstatcache();

if (!
file_exists"./archivo1.php" ) || file_exists"./archivo2.php")) {

    
header"Location: blabla.html" );
    exit;


Saludos.
__________________
Josemi

Aprendiz de mucho, maestro de poco.