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