diff options
author | Ermal Luçi <eri@pfsense.org> | 2010-03-03 18:33:31 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2010-03-03 18:33:31 +0000 |
commit | 2702fbaf2ac2e1c44a423516e356392df4467ced (patch) | |
tree | 69b72f757ed35c07cffee0d7e8732fc81ef605e7 /usr/local | |
parent | eda9b2b8fc22fc3cc6412f3666c091e2f7e9b7c0 (diff) | |
download | pfsense-2702fbaf2ac2e1c44a423516e356392df4467ced.zip pfsense-2702fbaf2ac2e1c44a423516e356392df4467ced.tar.gz |
Resolves #392. Remove unused igmpproxy_import and its .gif reference.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/services_igmpproxy.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php index 717b0b5..7141b5d 100755 --- a/usr/local/www/services_igmpproxy.php +++ b/usr/local/www/services_igmpproxy.php @@ -145,11 +145,6 @@ include("head.inc"); <td valign="middle" width="17"> </td> <td valign="middle"><a href="services_igmpproxy_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" title="add a new igmpentry"></a></td> </td> - <td valign="middle"> - <a href="services_igmpproxy_import.php"> - <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_import_igmpentry.gif" width="17" height="17" border="0" title="<?=gettext("import igmpproxy from list");?>" alt="" /> - </a> - </td> </tr> </table> </td> |