Ver Mensaje Individual
  #11 (permalink)  
Antiguo 23/03/2005, 14:05
killerchess
 
Fecha de Ingreso: noviembre-2003
Mensajes: 61
Antigüedad: 20 años, 4 meses
Puntos: 0
Lo cambie asi:

if (!isset($_SESSION['check'] || $_SESSION['check']!= 1){
header("Location:index.html");
exit;
}

Pero el error continua.