mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
getrrdimage.cgi: Fix supported origins list
Support for the graphs of "services.cgi" is implemented, but it was forgotten to add this to the list of origins. This patch fixes the list and prevents possibly missing graphs. Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de> Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
f6e9b2a4b1
commit
6eb9d445bc
@@ -36,8 +36,8 @@ require "${General::swroot}/graphs.pl";
|
||||
# List of graph origins that getrrdimage.cgi can process directly
|
||||
# (unknown origins are forwarded to ensure compatibility)
|
||||
my @supported_origins = ("entropy.cgi", "hardwaregraphs.cgi", "media.cgi",
|
||||
"memory.cgi","netexternal.cgi", "netinternal.cgi", "netother.cgi",
|
||||
"netovpnrw.cgi", "netovpnsrv.cgi", "qos.cgi", "system.cgi");
|
||||
"memory.cgi", "netexternal.cgi", "netinternal.cgi", "netother.cgi",
|
||||
"netovpnrw.cgi", "netovpnsrv.cgi", "qos.cgi", "services.cgi", "system.cgi");
|
||||
|
||||
### Process GET parameters ###
|
||||
# URL format: /?origin=[graph origin cgi]&graph=[graph name]&range=[time range]
|
||||
|
||||
Reference in New Issue
Block a user