You need to sign in before continuing.

Commit e6549f924a06ee24e45f13e34f8d7780f5535db8

Authored by michael
1 parent b67165ad

removed duplicate redirect


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1635 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 5 deletions
control.php
... ... @@ -74,11 +74,6 @@ if (!$page) {
74 74 $accessPage = $page;
75 75 }
76 76  
77   - // if we have a redirect url, then append it(??)
78   - if (strlen($redirect) > 0) {
79   - $page = $page . (strstr($page, "?") ? "&redirect=$redirect" : "?redirect=$redirect");
80   - }
81   -
82 77 $_SESSION["pageAccess"][$accessPage] = true;
83 78 // if we have a querystring add it on
84 79 if (strlen($queryString) > 0) {
... ...