Commit 963dcc83dbde82ef821eb6a749b799a6c6890c8c

Authored by nbm
1 parent 190f606d

Grab the 'redirect' request parameter into a local variable.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3176 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
presentation/login.php
@@ -32,6 +32,8 @@ require_once("Html.inc"); @@ -32,6 +32,8 @@ require_once("Html.inc");
32 32
33 global $default; 33 global $default;
34 34
  35 +$redirect = $_REQUEST['redirect'];
  36 +
35 if ($_REQUEST['loginAction'] == "loginForm") { 37 if ($_REQUEST['loginAction'] == "loginForm") {
36 // TODO: build login form using PatternMainPage 38 // TODO: build login form using PatternMainPage
37 print "<html> 39 print "<html>