Mercurial Hosting > freedit
view src/lib/Forum.luan @ 12:ad1604c72156
fix bbcode
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 03 Jul 2022 22:01:23 -0600 |
parents | 9166f6a14021 |
children | a602a5735a37 |
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://localhost:8080" return Forum