From 8a9094e981d10ce494de64b9e6110c96eff7c759 Mon Sep 17 00:00:00 2001 From: Max7 Date: Thu, 10 Jul 2025 22:28:21 +0200 Subject: [PATCH] untested changes go brrrrrrrrrrrr --- lapis/app.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lapis/app.lua b/lapis/app.lua index b97e00f..4b0ce7f 100644 --- a/lapis/app.lua +++ b/lapis/app.lua @@ -5,8 +5,7 @@ local config = require("lapis.config").get() members = {{"fynn","https://fynngodau.de"}, {"anton","https://anton.ehrmanntraut.de"}, - {"max","https://aaahhh.de"}, - {"cups",config.host}} + {"max","https://aaahhh.de"}} members[#members+1] = members[1] math.randomseed(os.time()) @@ -20,7 +19,7 @@ app:get("/embed", function(self) if from == nil then return {"cups webring embed needs from defined (.../embed?from=me)"} end - return string.format('
', config.host, from, config.host, config.host, config.host, from, config.host), {layout = false, content_type="text/html"} + return string.format('
', config.host, from, config.host, config.host, config.host, config.host, from, config.host), {layout = false, content_type="text/html"} end) app:get("/random", function(self)