From 546e672bbc33aae643ff0ed08275db89da9bde31 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 4 Jun 2005 12:45:23 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@1815 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/defines.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/include/defines.inc.php') diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index c179dbd1..0951452f 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -39,6 +39,7 @@ define("AUDIT_RESOURCE_GRAPH", 6); define("AUDIT_RESOURCE_GRAPH_ELEMENT", 7); define("AUDIT_RESOURCE_ESCALATION", 8); + define("AUDIT_RESOURCE_ESCALATION_RULE",9); -- cgit