]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
general-functions: remove comment that system_output also in speed.cgi
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 25 Oct 2021 16:59:08 +0000 (16:59 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 25 Oct 2021 16:59:08 +0000 (16:59 +0000)
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>
config/cfgroot/general-functions.pl

index c10a04faa20ed9db73d7828bf6eff7468f00aba7..2f26ca12f83a0020acf285e6a11a8ffca34c53d8 100644 (file)
@@ -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;