From 963dcc83dbde82ef821eb6a749b799a6c6890c8c Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 17 Jan 2005 09:13:34 +0000 Subject: [PATCH] Grab the 'redirect' request parameter into a local variable. --- presentation/login.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/presentation/login.php b/presentation/login.php index e58878c..8fe1878 100644 --- a/presentation/login.php +++ b/presentation/login.php @@ -32,6 +32,8 @@ require_once("Html.inc"); global $default; +$redirect = $_REQUEST['redirect']; + if ($_REQUEST['loginAction'] == "loginForm") { // TODO: build login form using PatternMainPage print " -- libgit2 0.21.4