aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ntop/ntop.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-08 18:08:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-08 18:08:10 +0000
commitc872f052d4708a2b7116bac82b372ec8af77849b (patch)
tree68cba776af5c8fb4a8ce017ca8aa84824a866911 /packages/ntop/ntop.xml
parent5039b673a4a8d7560fb43267c60bfbd9918b426c (diff)
downloadpfsense-packages-c872f052d4708a2b7116bac82b372ec8af77849b.tar.gz
pfsense-packages-c872f052d4708a2b7116bac82b372ec8af77849b.tar.bz2
pfsense-packages-c872f052d4708a2b7116bac82b372ec8af77849b.zip
remove debugging echo
Ticket #474
Diffstat (limited to 'packages/ntop/ntop.xml')
-rw-r--r--packages/ntop/ntop.xml1
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 . " ";
}