if (empty($this->url)) {
$this->url = LinkHandler::getInstance()->getLink('Index');
}
- HeaderUtil::redirect($this->url, false);
+ HeaderUtil::redirect($this->url);
exit;
}
$host = RouteHandler::getHost();
$path = RouteHandler::getPath();
- HeaderUtil::redirect($host . $path . 'index.php/PackageListDetailed/' . SID_ARG_1ST, false);
+ HeaderUtil::redirect($host . $path . 'index.php/PackageListDetailed/' . SID_ARG_1ST);
exit;
}
$application = ApplicationHandler::getInstance()->getActiveApplication();
$path = $application->getPageURL() . 'acp/index.php/Login/' . SID_ARG_1ST;
- util\HeaderUtil::redirect($path, false);
+ util\HeaderUtil::redirect($path);
exit;
}
else {