fixed a typo in monitorix.cgi that prevented honoring the NFSC_VERSION option

This commit is contained in:
Jordi Sanfeliu 2012-10-23 17:17:42 +02:00
parent c95e7b0368
commit 053d537cc3
1 changed files with 1 additions and 1 deletions

View File

@ -9988,7 +9988,7 @@ sub nfsc {
}
$title = !$silent ? $title : "";
$title =~ s/NFS/NFS v$NFSS_VERSION/;
$title =~ s/NFS/NFS v$NFSC_VERSION/;
unlink ("$PNG_DIR" . "$PNG1",
"$PNG_DIR" . "$PNG2",