X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-shairport%2Fluasrc%2Fcontroller%2Fshairport.lua;fp=applications%2Fluci-app-shairport%2Fluasrc%2Fcontroller%2Fshairport.lua;h=0000000000000000000000000000000000000000;hp=b31b64e3cae9012a54d6c91dab48be9c103c0900;hb=dd5897924977a19cd73c3aa2a61c83c4ad81ce9d;hpb=8152c46ebe94fad4bca588d45d0ddb2be6bacddb diff --git a/applications/luci-app-shairport/luasrc/controller/shairport.lua b/applications/luci-app-shairport/luasrc/controller/shairport.lua deleted file mode 100644 index b31b64e3c..000000000 --- a/applications/luci-app-shairport/luasrc/controller/shairport.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.shairport", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/shairport") then - return - end - - local page = entry({"admin", "services", "shairport"}, cbi("shairport"), _("Shairport")) - page.dependent = true - -end