mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove debugging helpers
This commit is contained in:
parent
ef4a2962fe
commit
08d824079f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user