mirror of https://github.com/mikaku/Monitorix.git
fixed a typo in monitorix.cgi that prevented honoring the NFSC_VERSION option
This commit is contained in:
parent
c95e7b0368
commit
053d537cc3
|
@ -9988,7 +9988,7 @@ sub nfsc {
|
||||||
}
|
}
|
||||||
|
|
||||||
$title = !$silent ? $title : "";
|
$title = !$silent ? $title : "";
|
||||||
$title =~ s/NFS/NFS v$NFSS_VERSION/;
|
$title =~ s/NFS/NFS v$NFSC_VERSION/;
|
||||||
|
|
||||||
unlink ("$PNG_DIR" . "$PNG1",
|
unlink ("$PNG_DIR" . "$PNG1",
|
||||||
"$PNG_DIR" . "$PNG2",
|
"$PNG_DIR" . "$PNG2",
|
||||||
|
|
Loading…
Reference in New Issue