]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/index.php
Bug Fix Varios
[mecon/samurai.git] / sistema / www / index.php
index f078c7228122ed648216e32d2cbd30fadeed3726..2f071e0e5c4ab90b63ee40060d83554be85c87f6 100644 (file)
 // 
     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);