mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
6 lines
113 B
Lua
6 lines
113 B
Lua
function main()
|
|
m.log(9, "echo 123");
|
|
m.setvar("tx.test", "whee");
|
|
return "Lua script matched.";
|
|
end
|