From cb8684d9598af95af4c62339bb87fba6fa4bb1dd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 Mar 2005 01:00:17 +0000 Subject: * Remove debugging comment * Remove legacy split line --- packages/ntop/ntop.xml | 2 -- 1 file changed, 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"); -- cgit v1.2.3