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:
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();
}