Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/05/2014, 12:40
Avatar de omar_gutierrez
omar_gutierrez
 
Fecha de Ingreso: febrero-2011
Mensajes: 144
Antigüedad: 13 años, 2 meses
Puntos: 2
Respuesta: cerrar sesion php

de hecho si tengo validacion en todas las paginas

Cita:
session_start();

if ($_SESSION["Autenticado"]=="-+h3b1Gc|-|3e5e-" || $_SESSION["Autenticado"]=="(R3p0r+Er0)" || $_SESSION["Autenticado"]=="[3D1+0R]" || $_SESSION["Autenticado"]=="{d15Eñ4D0R}")
{


pagina, etc, etc, etc

}
else
{
header("Location: login.php");
}
?>