]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/index.php
- BugFix. No grababa los permisos asociados a un perfil si se seleccionaba este del...
[mecon/samurai.git] / sistema / www / index.php
index 073d1fb5dfef32af543e3252bb7ad73826e2a608..f078c7228122ed648216e32d2cbd30fadeed3726 100644 (file)
 // +----------------------------------------------------------------------+
 //
 // $Id$
 // +----------------------------------------------------------------------+
 //
 // $Id$
-// $Author$
-// $URL$
-// $Date$
-// $Rev$
 // 
     require_once 'HTML/Image.php';
 // 
     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 = new Marco ('../conf/confSecciones.php');
     $MARCO->addBody(new HTML_Image('images/inicio.jpg'));
     $MARCO->setEspacios(false);