summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index f576a745..76ab6bf0 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -195,6 +195,10 @@
define("ACTION_TYPE_MESSAGE",0);
define("ACTION_TYPE_COMMAND",1);
+ define("ACTION_EVAL_TYPE_AND_OR",0);
+ define("ACTION_EVAL_TYPE_AND",1);
+ define("ACTION_EVAL_TYPE_OR",2);
+
define("TRIGGER_STATUS_ENABLED",0);
define("TRIGGER_STATUS_DISABLED",1);
define("TRIGGER_STATUS_UNKNOWN",2);