mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +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
|