]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/bandas/index.php
- Agregué una imagen para las impresiones.
[mecon/intranet.git] / sistema / www / servicios / bandas / index.php
index 6f59273c8933d11eb2b2725d24e7d6907003c257..dd51a41d797dc2cfabe70dfd38ba0411dc6f450c 100644 (file)
@@ -34,6 +34,13 @@ require_once 'MECON/HTML/Image.php';
 require_once 'DB.php';
 //}}}
 
+//CHEQUEO QUE EL USUARIO YA ESTÉ LOGUEADO {{{
+if(!isset($_SESSION['documento']))
+{
+       header('Location: ../../servicios.php');
+}
+//}}}
+
 //CREO LA CONEXION A LA BASE DE DATOS {{{
 $DB = DB::connect("mysql://intranet:intranet@bal747f/bandas",true);
 if (DB::isError($DB)) {