view src/lib/Forum.luan @ 17:a602a5735a37

set up test.freedit.org
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Jul 2022 15:30:06 -0600
parents 9166f6a14021
children
line wrap: on
line source

local Luan = require "luan:Luan.luan"
local error = Luan.error


local Forum = {}

Forum.title = "forum title not set"

Forum.mailer_url = "http://test.freedit.org"

return Forum