X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/2865355d3fe97e43da89dec0166f782719809ebc..09eae42443174353ac8885be79a32a0be7448e63:/sistema/www/login.php?ds=inline diff --git a/sistema/www/login.php b/sistema/www/login.php index b2c8272..76dfb63 100644 --- a/sistema/www/login.php +++ b/sistema/www/login.php @@ -56,12 +56,12 @@ (isset($_POST['redirect']) && $_POST['redirect'] == 'sistemas')) { $m = new HTML_DietMarco('sistemas', 'Sistemas'); - $m->addTitle('Sistemas'); +// $m->addTitle('Sistemas'); } else { $m = new HTML_DietMarco('servicios', 'Servicios'); - $m->addTitle('Servicios'); +// $m->addTitle('Servicios'); } $login = new HTML_Login();