Mercurial Hosting > freedit
view src/lib/Forum.luan @ 47:7ef9222474e2
add more button
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 14 Nov 2022 23:01:29 -0700 |
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