summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 20:49:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 20:49:28 +0000
commit08d824079f3eb107aa08c5d4803552ef23d359ea (patch)
tree5ce60681865579dd54683fc4440979f6b889fce7 /usr/local/captiveportal
parentef4a2962fe8071ef72a247a0974c5cb4edeafe71 (diff)
downloadpfsense-08d824079f3eb107aa08c5d4803552ef23d359ea.zip
pfsense-08d824079f3eb107aa08c5d4803552ef23d359ea.tar.gz
Remove debugging helpers
Diffstat (limited to 'usr/local/captiveportal')
-rwxr-xr-xusr/local/captiveportal/index.php6
1 files changed, 1 insertions, 5 deletions
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 "<p>Orig_host = {$orig_host} \n";
- echo "<p>Orig_request = {$orig_request} \n";
- echo "<p>redirurl = {$redirurl} \n";
-
+
echo $htmltext;
}
OpenPOWER on IntegriCloud