mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
committed by
Michael Tremer
parent
6239e587f0
commit
5e99660d7d
@@ -19,6 +19,8 @@
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
require '/var/ipfire/general-functions.pl';
|
||||
|
||||
my $data_last = $ENV{'QUERY_STRING'};
|
||||
my $rxb_last = 0;
|
||||
my $txb_last = 0;
|
||||
|
||||
Reference in New Issue
Block a user