speed.cgi: Add requirement for general-functions.pl.

The CGI now requires the general-functions library, because the
get_red_interface() function is used.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-06-19 16:03:14 +02:00
committed by Michael Tremer
parent 6239e587f0
commit 5e99660d7d

View File

@@ -19,6 +19,8 @@
# #
###############################################################################
require '/var/ipfire/general-functions.pl';
my $data_last = $ENV{'QUERY_STRING'};
my $rxb_last = 0;
my $txb_last = 0;