fixed some xhhtml stuff

increased performance on burst protection
This commit is contained in:
JT Smith 2006-04-07 19:35:31 +00:00
parent ddeee5fbe8
commit adea847875
8 changed files with 34 additions and 30 deletions

View file

@ -107,7 +107,9 @@ sub contentHandler {
$session->http->getHeader();
unless ($session->http->isRedirect()) {
$session->output->print($output);
$session->output->goodNightAndGoodLuck();
if ($session->errorHandler->canShowDebug()) {
$session->output->print($session->errorHandler->showDebug(),1);
}
}
WebGUI::Affiliate::grabReferral($session); # process affilliate tracking request
}