session_start(); include("librerias/librerias.php"); do_html_head(); if ($_SESSION['access']) { header("location:home.php"); exit; } ?>