Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDace Petra <dace.petra@zabbix.com>2022-07-19 14:22:07 +0300
committerDace Petra <dace.petra@zabbix.com>2022-07-19 14:22:07 +0300
commitb170e29a4bc84aeeba695f01f44a34849e114dca (patch)
tree70245be3c6d708b1bec16f069d9d91748795b813 /ui/chart4.php
parent3c434ce949282621f7cdc9e1bcaf6817a699f05d (diff)
..F....... [ZBX-21311] fixed runtime error for host and host prototype graph preview tabs
Diffstat (limited to 'ui/chart4.php')
-rw-r--r--ui/chart4.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/chart4.php b/ui/chart4.php
index 3c4126d029f..3812369445c 100644
--- a/ui/chart4.php
+++ b/ui/chart4.php
@@ -32,6 +32,7 @@ $fields = [
'triggerid' => [T_ZBX_INT, O_MAND, P_SYS, DB_ID, null]
];
if (!check_fields($fields)) {
+ session_write_close();
exit();
}