2025-05-21 22:04:43 -05:00

2 lines
76 B
Lua

local i = require("install")
if i.is_installed() then http.redirect("/") end