X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/0284a1af7a3cf253e2f4e329f12f2a31ef480e84..a3c3c4bd5f700396b8aa650bb1095d15766a9845:/sistema/local_lib/prepend.php diff --git a/sistema/local_lib/prepend.php b/sistema/local_lib/prepend.php index 97b93f1..57331d5 100644 --- a/sistema/local_lib/prepend.php +++ b/sistema/local_lib/prepend.php @@ -30,7 +30,7 @@ elseif (($_SERVER['REQUEST_URI'] != "/sistemas/samurai/sel-sistema" && !@$_SESSION['samurai']['id_sistema']) { header('Location: /sistemas/samurai/sel-sistema?redirect=index'); } -elseif (@$_SESSION['samurai']['id_sistema']) { +if (@$_SESSION['samurai']['id_sistema']) { //Creo el objeto Permiso $SAMURAI_PERM = new SAMURAI_Perm ($_SESSION['usuario'], $_SESSION['samurai']['id_sistema'], $DB);