summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-p910nd/luasrc/controller/p910nd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-p910nd/luasrc/controller/p910nd.lua')
-rw-r--r--applications/luci-app-p910nd/luasrc/controller/p910nd.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/applications/luci-app-p910nd/luasrc/controller/p910nd.lua b/applications/luci-app-p910nd/luasrc/controller/p910nd.lua
deleted file mode 100644
index df47e9fd92..0000000000
--- a/applications/luci-app-p910nd/luasrc/controller/p910nd.lua
+++ /dev/null
@@ -1,15 +0,0 @@
--- Copyright 2008 Yanira <forum-2008@email.de>
--- Licensed to the public under the Apache License 2.0.
-
-module("luci.controller.p910nd", package.seeall)
-
-function index()
- if not nixio.fs.access("/etc/config/p910nd") then
- return
- end
-
- local page
-
- page = entry({"admin", "services", "p910nd"}, cbi("p910nd"), _("p910nd - Printer server"), 60)
- page.dependent = true
-end