summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-voice-diag/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-voice-diag/luasrc')
-rw-r--r--applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua12
-rw-r--r--applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm10
2 files changed, 0 insertions, 22 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
diff --git a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm b/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm
deleted file mode 100644
index e324fabd41..0000000000
--- a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm
+++ /dev/null
@@ -1,10 +0,0 @@
-<%#
- Copyright 2009 Daniel Dickinson
- Licensed to the public under the Apache License 2.0.
--%>
-
-<%+header%>
-<h2 name="content"><%:Diagnostics%></h2>
-<p><%:Under this menu are options that allow you to configure and perform tests on the voice operations of your system. These are known as diagnostics.%></p>
-<p><%:The diagnostics available on your device depend on the modules that you have installed.%></p>
-<%+footer%>