-if(!isset($_SESSION['documento']))
-{
- die ('El usuario no se encuentra logueado en la Intranet');
-}
-
-//CREO LA CONEXION A LA BASE DE DATOS
-$dbh = DB::connect("mysql://intranet:intranet@bal747f/bandas",true);
-if (DB::isError($dbh)) {
- die ($DB->getMessage());
+if(!isset($_SESSION['documento'])) {
+ header('Location: ../../login?redirect='.urlencode($_SERVER['REQUEST_URI']));
+ exit;