summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-08 14:49:35 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-08 14:49:35 +0000
commit40a607e632c95fdac097c965d537eb12faed9d2b (patch)
treef7bd972672339df21ce73d7ef60d105d37c193c2 /frontends/php/tr_status.php
parent1ea1f204761ac4b7d6efc47c5808236227585735 (diff)
- [CRITICAL FIX] fixed permission system (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3582 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
-rw-r--r--frontends/php/tr_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index ba9bbec7..e6124623 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -42,7 +42,7 @@
$new=explode(",",$tr_hash);
$old=explode(",",$triggers_hash);
- setcookie("triggers_hash",$tr_hash,time()+1800);
+ zbx_setcookie("triggers_hash",$tr_hash,time()+1800);
if(!isset($_COOKIE["triggers_hash"]))
{