]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/sistemas/sistemas.php
Ahora Usuario.php utiliza MECON_Usuario
[mecon/samurai.git] / sistema / www / sistemas / sistemas.php
index 80882a9534e216fc73bc88fcd6ca2fdba21e85e9..59c62eac90e66cd82fd93159384aae46360c125a 100644 (file)
@@ -31,7 +31,7 @@
     if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
         header('Location: ./../sel-sistema');    
     }
     if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
         header('Location: ./../sel-sistema');    
     }
-    // }}}   
+    // }}}  
 
     $sistemas = SAMURAI_Sistema::getSistemas($DB);
 
 
     $sistemas = SAMURAI_Sistema::getSistemas($DB);
 
@@ -65,7 +65,6 @@
 
     //Agrego las cosas al cuerpo de la pagina
 
 
     //Agrego las cosas al cuerpo de la pagina
 
-    $MARCO = new Marco ('../../conf/confSecciones.php');
     $MARCO->addBody($TABLA2->toHtml(1));
     $MARCO->addBody($TABLA);
     $MARCO->display();
     $MARCO->addBody($TABLA2->toHtml(1));
     $MARCO->addBody($TABLA);
     $MARCO->display();