2 lines
113 B
Lua
2 lines
113 B
Lua
local i = require("install")
|
|
if i.is_installed() then http.redirect("/") else http.redirect("/install/first") end |