X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/672f56ec57969a800379c4179bde98b1765826c0..ab2d9db727ad7ad147bb962abbc82f0d86323c66:/sistema/www/servicios/bandas/index.php diff --git a/sistema/www/servicios/bandas/index.php b/sistema/www/servicios/bandas/index.php index 6f59273..dd51a41 100644 --- a/sistema/www/servicios/bandas/index.php +++ b/sistema/www/servicios/bandas/index.php @@ -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)) {