From dbd958c9612e8bf18706a1536365841603a82c83 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 16 Feb 2004 19:46:10 +0000 Subject: [PATCH] =?utf8?q?Se=20cambia=20el=20t=C3=ADtulo=20de=20la=20p?= =?utf8?q?=C3=A1gina=20para=20que=20diga=20Sistemas=20cuando=20te=20logue?= =?utf8?q?=C3=A1s=20desde=20un=20sistema.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/www/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sistema/www/login.php b/sistema/www/login.php index 9087a4e..91bccbe 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'); } -- 2.43.0