]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/login.php
- Pase los objetos para obtener la informacion del legajo a meconlib
[mecon/intranet.git] / sistema / www / login.php
index 9087a4e192af0dee7d636adc22faa107f94622fd..1ef37754eb4ab83aa5b6914e25b8ddd727614d9c 100644 (file)
@@ -54,7 +54,7 @@
   {
     if(!isset($_SESSION['usuario']) )
     {
   {
     if(!isset($_SESSION['usuario']) )
     {
-      if (@$_REQUEST['redirect'] == 'sistemas' || @$_REQUEST['embperl']) {
+      if (preg_match('/sistemas/', @$_REQUEST['redirect']) || @$_REQUEST['embperl']) {
            $m = new HTML_DietMarco('sistemas', 'Sistemas');
 //           $m->addTitle('Sistemas');
       }
            $m = new HTML_DietMarco('sistemas', 'Sistemas');
 //           $m->addTitle('Sistemas');
       }
@@ -66,7 +66,7 @@
     
       $login = new HTML_Login();
       if(isset($error) && $error == 1)
     
       $login = new HTML_Login();
       if(isset($error) && $error == 1)
-      $login->login_incorrecto = true;//FIXME terminar de prgramar cuando haya ldap
+      $login->login_incorrecto = true;
       $t = new HTML_Table(array('width'       => 760,
                                 'align'       => 'center',
                                'cellspacing' => 0,
       $t = new HTML_Table(array('width'       => 760,
                                 'align'       => 'center',
                                'cellspacing' => 0,