Remove debugging helpers

This commit is contained in:
Scott Ullrich 2005-12-03 20:49:28 +00:00
parent ef4a2962fe
commit 08d824079f

View File

@ -165,11 +165,7 @@ EOD;
else
$redirurl = "http://{$orig_host}{$orig_request}";
$htmltext = str_replace("\$PORTAL_REDIRURL\$", htmlspecialchars($redirurl), $htmltext);
echo "<p>Orig_host = {$orig_host} \n";
echo "<p>Orig_request = {$orig_request} \n";
echo "<p>redirurl = {$redirurl} \n";
echo $htmltext;
}