Merge pull request #817 from ascob/luci-app-dynapoint
[project/luci.git] / applications / luci-app-travelmate / luasrc / controller / travelmate.lua
1 -- Licensed to the public under the Apache License 2.0.
2
3 module("luci.controller.travelmate", package.seeall)
4
5 function index()
6         if not nixio.fs.access("/etc/config/travelmate") then
7                 return
8         end
9
10         entry({"admin", "services", "travelmate"}, cbi("travelmate"), _("Travelmate"), 60)
11 end