diff options
Diffstat (limited to 'applications/luci-app-ushare/luasrc/controller/ushare.lua')
-rw-r--r-- | applications/luci-app-ushare/luasrc/controller/ushare.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/applications/luci-app-ushare/luasrc/controller/ushare.lua b/applications/luci-app-ushare/luasrc/controller/ushare.lua deleted file mode 100644 index c81177368e..0000000000 --- a/applications/luci-app-ushare/luasrc/controller/ushare.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.ushare", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/ushare") then - return - end - - local page - - page = entry({"admin", "services", "ushare"}, cbi("ushare"), _("uShare"), 60) - page.dependent = true -end |