From: jollytoad Date: Tue, 8 Mar 2005 09:43:38 +0000 (+0000) Subject: Request vars were not passed on after a failed login - fixed. X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=6502ca6e054ffb3428080af417d7912c7832dd6f;p=phppgadmin.git Request vars were not passed on after a failed login - fixed. --- diff --git a/login.php b/login.php index b0d0d9eb..fa4ba487 100755 --- a/login.php +++ b/login.php @@ -3,7 +3,7 @@ /** * Login screen * - * $Id: login.php,v 1.23.2.2 2005/03/03 14:54:07 jollytoad Exp $ + * $Id: login.php,v 1.23.2.3 2005/03/08 09:43:38 jollytoad Exp $ */ // This needs to be an include once to prevent lib.inc.php infinite recursive includes. @@ -26,8 +26,10 @@
$val) { + foreach ($vars as $key => $val) { if (substr($key,0,5) == 'login') continue; echo "\n"; }