summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-voice-diag/luasrc/controller/luci_voice
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-01-20 15:58:03 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2018-01-20 15:58:03 +0200
commit194e42913fe25df93cc9844ecfa7fb8783d5e664 (patch)
tree267c227a0e1e80e3a91151a0f8d7df022d6a83de /applications/luci-app-voice-diag/luasrc/controller/luci_voice
parent7edc6f03f04f386c680d419afc5bf50c91c819a3 (diff)
luci-app-voice-core and -diag: remove from repo
Remove luci-app-voice-core and luci-app-voice-diag as they have been BROKEN since 2015. They only support luci-app-diag-devinfo that has been removed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-voice-diag/luasrc/controller/luci_voice')
-rw-r--r--applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua b/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua
deleted file mode 100644
index 16a79d9a35..0000000000
--- a/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua
+++ /dev/null
@@ -1,12 +0,0 @@
--- 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