summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-22 21:15:34 +0000
committerErmal <eri@pfsense.org>2010-04-22 21:15:34 +0000
commitc4e0fc8bf46f473df6c97db46eb0eb13c87b5154 (patch)
treed25584cbeb4aea8ba86e56a7aae7cb76b54e6dbe /usr/local/www/services_captiveportal_ip.php
parentc10ea0a13fd4e816c1e803660ef5dae48a0832a2 (diff)
downloadpfsense-c4e0fc8bf46f473df6c97db46eb0eb13c87b5154.zip
pfsense-c4e0fc8bf46f473df6c97db46eb0eb13c87b5154.tar.gz
Remove all code for directions it is not needed any more on passthrough ip's.
Diffstat (limited to 'usr/local/www/services_captiveportal_ip.php')
-rwxr-xr-xusr/local/www/services_captiveportal_ip.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index 1da30a1..964163f 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -104,13 +104,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_allowedips as $ip): ?>
<tr>
<td class="listlr">
- <?php if($ip['dir'] == "to")
- echo "any <img src=\"/themes/{$g['theme']}/images/icons/icon_in.gif\" width=\"11\" height=\"11\" align=\"absmiddle\">";
- ?>
<?=strtolower($ip['ip']);?>
- <?php if($ip['dir'] == "from")
- echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_in.gif\" width=\"11\" height=\"11\" align=\"absmiddle\"> any";
- ?>
</td>
<td class="listbg">
<?=htmlspecialchars($ip['descr']);?>&nbsp;
OpenPOWER on IntegriCloud