<?php
session_start();
if($_SESSION['cedula_usuario'] == '' || $_SESSION['cedula_usuario'] == null)
{
echo "<script>alert('Sesion Vencida');</script>";
//header("Status: 301 Moved Permanently");
//header("Location: ../index.php");
// header("Location: http://www.asjudinet.com/index.php", TRUE, 301);
echo "<script> window.location='../'; </script>";
}
?>