mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-12-31 21:59:11 +03:00
fix wording
committed by
Felipe Zimmerle
parent
e7c8563bce
commit
68d0af5348
@@ -3471,7 +3471,7 @@ To create a variable and set its value to 1 (usually used for setting flags), us
|
||||
|
||||
To create a variable and initialize it at the same time, use: <code>setvar:TX.score=10</code>
|
||||
|
||||
To remove a variable prefix the name with exclamation mark, use: <code>setvar:!TX.score</code>
|
||||
To remove a variable, prefix the name with an exclamation mark: <code>setvar:!TX.score</code>
|
||||
|
||||
To increase or decrease variable value, use + and - characters in front of a numerical value: <code>setvar:TX.score=+5</code>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user