From 625abbfdbe94dada023ebd8ea69778173d1a7351 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 Feb 2020 16:51:19 +0100 Subject: treewide: convert simple Lua controllers to declarative JSON Signed-off-by: Jo-Philipp Wich --- applications/luci-app-upnp/luasrc/controller/upnp.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 applications/luci-app-upnp/luasrc/controller/upnp.lua (limited to 'applications/luci-app-upnp/luasrc/controller/upnp.lua') diff --git a/applications/luci-app-upnp/luasrc/controller/upnp.lua b/applications/luci-app-upnp/luasrc/controller/upnp.lua deleted file mode 100644 index 4b610f2866..0000000000 --- a/applications/luci-app-upnp/luasrc/controller/upnp.lua +++ /dev/null @@ -1,13 +0,0 @@ --- Copyright 2008 Steven Barth --- Copyright 2008 Jo-Philipp Wich --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.upnp", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/upnpd") then - return - end - - entry({"admin", "services", "upnp"}, view("upnp/upnp"), _("UPnP")) -end -- cgit v1.2.3