3 --->>
micuenta.php
Código PHP:
Ver original<?php
if ($_SESSION['isLoged']!= 'isLoged') header('Location:login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:255px;
top:72px;
width:92px;
height:169px;
z-index:1;
}
-->
</style>
</head>
<body>
<div id="Layer1">
<p><a href="logoff.php">salir</a></p>
</div>
</body>
</html>