]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/login.php
Se cambia el título de la página para que diga Sistemas cuando te logueás desde un...
[mecon/intranet.git] / sistema / www / login.php
index 9087a4e192af0dee7d636adc22faa107f94622fd..91bccbe77b37bf21f509e8ed35e8f24f6e7c4121 100644 (file)
@@ -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');
       }