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 --- .../luci-app-dump1090/luasrc/controller/dump1090.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 applications/luci-app-dump1090/luasrc/controller/dump1090.lua (limited to 'applications/luci-app-dump1090/luasrc/controller/dump1090.lua') diff --git a/applications/luci-app-dump1090/luasrc/controller/dump1090.lua b/applications/luci-app-dump1090/luasrc/controller/dump1090.lua deleted file mode 100644 index bc2b36dc32..0000000000 --- a/applications/luci-app-dump1090/luasrc/controller/dump1090.lua +++ /dev/null @@ -1,14 +0,0 @@ --- Copyright 2014 Álvaro Fernández Rojas --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.dump1090", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/dump1090") then - return - end - - local page = entry({"admin", "services", "dump1090"}, cbi("dump1090"), _("dump1090")) - page.dependent = true - -end -- cgit v1.2.3