diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index ffa4e5d6ee..ceef9ca3e8 100755 --- a/usr/local/captiveportal/index.php +++ b/usr/local/captiveportal/index.php @@ -165,11 +165,7 @@ EOD; else $redirurl = "http://{$orig_host}{$orig_request}"; $htmltext = str_replace("\$PORTAL_REDIRURL\$", htmlspecialchars($redirurl), $htmltext); - - echo "

Orig_host = {$orig_host} \n"; - echo "

Orig_request = {$orig_request} \n"; - echo "

redirurl = {$redirurl} \n"; - + echo $htmltext; }