summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/controller/admin/index.lua
blob: 3ee564f640f23c4c4779c9e0af0a2375da5d88ff (plain)
1
2
3
4
5
6
7
8
9
module(..., package.seeall)

menu = {
	descr   = "Übersicht",
	order   = 10,
	entries = {
		{action = "contact", descr = "Kontakt"}
	}
}