luci/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua
Jo-Philipp Wich 7a3493b1f7 Globally reduce copyright headers
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:38:38 +01:00

12 lines
325 B
Lua

-- Copyright 2009 Daniel Dickinson
-- Licensed to the public under the Apache License 2.0.
module("luci.controller.luci_voice.luci_voice_diag", package.seeall)
function index()
local e
e = entry({"admin", "voice", "diag"}, template("luci_voice/diag_index"), _("Diagnostics"), 90)
e.index = true
e.dependent = true
end