From 08d824079f3eb107aa08c5d4803552ef23d359ea Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 3 Dec 2005 20:49:28 +0000 Subject: Remove debugging helpers --- usr/local/captiveportal/index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr') diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index ffa4e5d..ceef9ca 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; } -- cgit v1.1