Globally reduce copyright headers
[project/luci.git] / applications / luci-app-voice-diag / luasrc / controller / luci_voice / luci_voice_diag.lua
1 -- Copyright 2009 Daniel Dickinson
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.luci_voice.luci_voice_diag", package.seeall)
5
6 function index()
7         local e
8
9         e = entry({"admin", "voice", "diag"}, template("luci_voice/diag_index"), _("Diagnostics"), 90)
10         e.index = true
11         e.dependent = true
12 end