diff --git a/control.php b/control.php index c83e8d7..c6b17b1 100644 --- a/control.php +++ b/control.php @@ -74,11 +74,6 @@ if (!$page) { $accessPage = $page; } - // if we have a redirect url, then append it(??) - if (strlen($redirect) > 0) { - $page = $page . (strstr($page, "?") ? "&redirect=$redirect" : "?redirect=$redirect"); - } - $_SESSION["pageAccess"][$accessPage] = true; // if we have a querystring add it on if (strlen($queryString) > 0) {