1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
add("public", "index", "Übersicht", 10)
act("contact", "Kontakt")
add("public", "status", "Status", 20)
act("routes", "Routingtabelle")
act("iwscan", "WLAN-Scan")
add("public", "olsr", "OLSR", 30)
act("routes", "Routen")
act("topology", "Topologie")
act("hna", "HNA")
act("mid", "MID")
sel("admin", "index")
act("wizard", "Freifunkassistent")
act("contact", "Kontakt")
act("freifunk", "Freifunk")
|