X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/94983fa84d06dc5e6f99f6b570245bcf08b96a75..e06899a60cc1bda43249f61aff28f99224b8013f:/sistema/www/index.php?ds=sidebyside diff --git a/sistema/www/index.php b/sistema/www/index.php index 285f3f1..2f74670 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -20,14 +20,7 @@ // $Id$ // require_once 'HTML/Image.php'; - - //VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{ - if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) { - header('Location: sel-sistema'); - } - // }}} - - $MARCO = new Marco ('../conf/confSecciones.php'); + $MARCO->addBody(new HTML_Image('images/inicio.jpg')); $MARCO->setEspacios(false); $MARCO->display();