mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 06:09:03 +03:00
8 lines
95 B
Lua
8 lines
95 B
Lua
function main()
|
|
ret = nil
|
|
|
|
var = m.getvar("tx.test", "lowercase");
|
|
|
|
return ret
|
|
end
|