|
@ -25,10 +25,7 @@ return { |
|
|
desc = "Creates Yokoka’s quest-style personal status page", |
|
|
desc = "Creates Yokoka’s quest-style personal status page", |
|
|
run = function(fcgi) |
|
|
run = function(fcgi) |
|
|
fcgi.print("Content-Type: text/html; charset=utf-8\r\n\r\n") |
|
|
fcgi.print("Content-Type: text/html; charset=utf-8\r\n\r\n") |
|
|
local data = nil |
|
|
|
|
|
if fcgi.getenv("REQUEST_METHOD") == "POST" then |
|
|
|
|
|
data = fcgi.post() |
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
local data = fcgi.post() |
|
|
fcgi.print(form({data = data})) |
|
|
fcgi.print(form({data = data})) |
|
|
end |
|
|
end |
|
|
} |
|
|
} |