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-samba4/luasrc/controller/samba4.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 applications/luci-app-samba4/luasrc/controller/samba4.lua (limited to 'applications/luci-app-samba4/luasrc/controller/samba4.lua') diff --git a/applications/luci-app-samba4/luasrc/controller/samba4.lua b/applications/luci-app-samba4/luasrc/controller/samba4.lua deleted file mode 100644 index 03c53556b6..0000000000 --- a/applications/luci-app-samba4/luasrc/controller/samba4.lua +++ /dev/null @@ -1,11 +0,0 @@ --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.samba4", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/samba4") then - return - end - - entry({"admin", "services", "samba4"}, view("samba4"), _("Network Shares")).dependent = true -end -- cgit v1.2.3