]> 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 a4965dcfafd647a1299fb867f5c5c5c3a8b7d3d1..1ef37754eb4ab83aa5b6914e25b8ddd727614d9c 100644 (file)
@@ -44,7 +44,7 @@
         $MECON_DNI=  $info[0]['uidnumber'][0];
         $MECON_NOMBRE=   $info[0]['sn'][0]." ".$info[0]['givenname'][0];
         $MECON_LOGIN=  $_POST['usuario'];
         $MECON_DNI=  $info[0]['uidnumber'][0];
         $MECON_NOMBRE=   $info[0]['sn'][0]." ".$info[0]['givenname'][0];
         $MECON_LOGIN=  $_POST['usuario'];
-        $usuario=& new MECON_USUARIO();
+        $usuario=& new MECON_USUARIO($DB);
         $usuario->Insertar_Usuario($MECON_DNI,$MECON_LOGIN,$MECON_NOMBRE);
         // Fin Agregado MANAZAR
       }
         $usuario->Insertar_Usuario($MECON_DNI,$MECON_LOGIN,$MECON_NOMBRE);
         // Fin Agregado MANAZAR
       }
@@ -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,