cve-2024-38477/httpd-2.4.59/modules/lua/test/htdocs/simple.lua
2025-06-05 15:09:30 +02:00

5 lines
79 B
Lua

function handle(r)
r.content_type = "text/plain"
r:puts("Hi there!")
end