Fixing issue noted in #1376, thanks @trakons

Chaim Sanders
2017-04-05 09:14:03 -04:00
parent 7c8b1e8136
commit 61f6645a07

@@ -3815,7 +3815,7 @@ SecRule FILES_TMPNAMES "@inspectFile /path/to/util/runav.pl" "id:159"
Example of using Lua script (placed in the same directory as the configuration file):
<pre>
SecRule FILES_TMPNANMES "@inspectFile inspect.lua" "id:160"
SecRule FILES_TMPNAMES "@inspectFile inspect.lua" "id:160"
</pre>
The contents of inspect.lua: