New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -1,4 +1,4 @@
function Gzoom (url) {
GzoomWindow = window.open(url, "PNP4Nagios", "width=<?php echo $graph_width ?>,height=<?php echo $graph_height ?>,location=no,status=no,resizable=yes,scrollbars=yes");
GzoomWindow = window.open(url, "PNP4Nagios", "width=<?php echo $graph_width; ?>,height=<?php echo $graph_height; ?>,location=no,status=no,resizable=yes,scrollbars=yes");
GzoomWindow.focus();
}