Adds support to the ENV variable

This commit is contained in:
Felipe Zimmerle
2015-07-15 10:11:21 -03:00
parent 27252bc801
commit d0b7a9966d
6 changed files with 275 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ libmodsecurity_la_SOURCES = \
unique_id.cc \
variable.cc \
variable_duration.cc \
variable_env.cc \
operators/operator.cc \
operators/detect_sqli.cc \
operators/detect_xss.cc \