diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-06 06:20:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-06 06:20:14 +0000 |
commit | c2bd4bd1f810ff9078e0bdbcd6f62c3dbb5e2512 (patch) | |
tree | dfdae5f5569a55fbfa4312af6c0bc28af077533e | |
parent | 4c882d7e199e5e3e7e282dacc229793123c98ab7 (diff) | |
download | pfsense-c2bd4bd1f810ff9078e0bdbcd6f62c3dbb5e2512.zip pfsense-c2bd4bd1f810ff9078e0bdbcd6f62c3dbb5e2512.tar.gz |
We no longer need direction indicators
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 025d0e0..1eec58a 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -285,15 +285,6 @@ if ($_GET['act'] == "del") { </tr> </table> - <table border="0" cellspacing="0" cellpadding="0"> - <tr> - <td><img src="in_d.gif" width="11" height="11"></td> - <td>incoming (disabled)</td> - <td width="14"></td> - <td><img src="out_d.gif" width="11" height="11"></td> - <td>outgoing (disabled)</td> - </tr> - </table> <p><span class="red"><strong>Note:</strong></span><strong><br> </strong>the first rule that matches a packet will be executed.<br> The following match patterns are not shown in the list above: |