X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/2a9edd20e7b2f4aff42fe38c68bc9254f9120a85..ba466154033d54821e07ab851bccc42e8e344fe9:/sistema/www/login.php?ds=sidebyside diff --git a/sistema/www/login.php b/sistema/www/login.php index 9087a4e..1ef3775 100644 --- a/sistema/www/login.php +++ b/sistema/www/login.php @@ -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,