mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
general-functions: remove comment that system_output also in speed.cgi
this functions was removed from speed.cgi by reading kernel netowrk statistics instead of parsing ip -s show ... Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -53,7 +53,6 @@ sub system_background($) {
|
||||
}
|
||||
|
||||
# Returns the output of a shell command
|
||||
# if you change this also check speed.cgi that include a local copy for systemload reasons
|
||||
sub system_output($) {
|
||||
my @command = @_;
|
||||
my $pid;
|
||||
|
||||
Reference in New Issue
Block a user