X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/7a6ccbd4eafbbb35a7ba5baa313f89bec7282636..ba466154033d54821e07ab851bccc42e8e344fe9:/sistema/www/login.php?ds=sidebyside diff --git a/sistema/www/login.php b/sistema/www/login.php index a4965dc..1ef3775 100644 --- a/sistema/www/login.php +++ b/sistema/www/login.php @@ -44,7 +44,7 @@ $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 } @@ -54,7 +54,7 @@ { 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'); } @@ -66,7 +66,7 @@ $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,