aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-27 01:00:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-27 01:00:17 +0000
commitcb8684d9598af95af4c62339bb87fba6fa4bb1dd (patch)
treef81d34fa15d7b26f0aff87b68be1c1988b8c1fdc
parent22921f7ab3bd9aa22a82b7552e8605afe253b4d5 (diff)
downloadpfsense-packages-cb8684d9598af95af4c62339bb87fba6fa4bb1dd.tar.gz
pfsense-packages-cb8684d9598af95af4c62339bb87fba6fa4bb1dd.tar.bz2
pfsense-packages-cb8684d9598af95af4c62339bb87fba6fa4bb1dd.zip
* Remove debugging comment
* Remove legacy split line
-rw-r--r--packages/ntop/ntop.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml
index 13bfa1ab..b7c307d8 100644
--- a/packages/ntop/ntop.xml
+++ b/packages/ntop/ntop.xml
@@ -62,7 +62,6 @@
$ifaces=$_POST['iface'];
$isfirst = 0;
$lan = $config['interfaces']['lan']['if'];
- /* $ifaces = split(" ", $ifaces); */
foreach($ifaces as $if)
{
if($isfirst == 1) $if_final .= ",";
@@ -72,7 +71,6 @@
if($if_final == "") {
$if_final = $lan;
}
- echo "Using interface(s): " . $if_final . "\n";
exec("/usr/local/bin/ntop --set-admin-password=" . $_POST['password']);
mwexec("killall ntop 2>/dev/null");
$fout = fopen("/usr/local/etc/rc.d/ntop.sh","w");