freifunk-profiles: remove depreciated profiles
[project/luci.git] / applications / luci-app-ushare / luasrc / controller / ushare.lua
1 -- Copyright 2008 Yanira <forum-2008@email.de>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.ushare", package.seeall)
5
6 function index()
7         if not nixio.fs.access("/etc/config/ushare") then
8                 return
9         end
10
11         local page
12
13         page = entry({"admin", "services", "ushare"}, cbi("ushare"), _("uShare"), 60)
14         page.dependent = true
15 end