diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-08 18:08:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-08 18:08:10 +0000 |
commit | c872f052d4708a2b7116bac82b372ec8af77849b (patch) | |
tree | 68cba776af5c8fb4a8ce017ca8aa84824a866911 | |
parent | 5039b673a4a8d7560fb43267c60bfbd9918b426c (diff) | |
download | pfsense-packages-c872f052d4708a2b7116bac82b372ec8af77849b.tar.gz pfsense-packages-c872f052d4708a2b7116bac82b372ec8af77849b.tar.bz2 pfsense-packages-c872f052d4708a2b7116bac82b372ec8af77849b.zip |
remove debugging echo
Ticket #474
-rw-r--r-- | packages/ntop/ntop.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml index a398a4f8..461bcb65 100644 --- a/packages/ntop/ntop.xml +++ b/packages/ntop/ntop.xml @@ -71,7 +71,6 @@ if($ntop_config['password'] == $ntop_config['passwordagain']) { foreach($_POST['interface_array'] as $iface) { $if = convert_friendly_interface_to_real_interface_name($iface); - echo $if; if($if) { $ifaces_final .= $if . " "; } |