X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-ushare%2Fluasrc%2Fcontroller%2Fushare.lua;fp=applications%2Fluci-app-ushare%2Fluasrc%2Fcontroller%2Fushare.lua;h=0000000000000000000000000000000000000000;hp=c81177368ee3ee7983695e880bbc146805c13086;hb=5cc9df99e5dafb14c509afb53be5ad9bd99bd3b8;hpb=d0441ee875f5b86caeff4b624d6613f1e9d68795 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 c81177368..000000000 --- a/applications/luci-app-ushare/luasrc/controller/ushare.lua +++ /dev/null @@ -1,15 +0,0 @@ --- Copyright 2008 Yanira --- 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