X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/b49bcec7b53d0fef70585697308ba2473cd961e9..de4cfadb31bf782b45184a44ba02bb73f8cc2f77:/sistema/www/perfiles/perfiles.php diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php index f974df0..cbdf4e6 100644 --- a/sistema/www/perfiles/perfiles.php +++ b/sistema/www/perfiles/perfiles.php @@ -37,7 +37,7 @@ $SAMURAI_PERM->chequear(SAMURAI_ALTA_PERFIL,SAMURAI_BAJA_PERFIL,SAMURAI_MODI_PER // }}} //VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{ if (!@$_SESSION['samurai']['id_sistema']) { - header('Location: ./../sel-sistema'); + header('Location: ./../sel-sistema?redirect=perfiles/perfiles'); } // }}} //CREO LOS OBJETOS NECESARIOS {{{