Mercurial Hosting > freedit
view src/lib/Forum.luan @ 38:19269d18b949
sceditor work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 05 Aug 2022 00:04:58 -0600 |
parents | a602a5735a37 |
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