summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-watchcat/luasrc/controller/watchcat.lua
blob: 27d5b74b20062cf9967a28c070fcc785f1b0f6c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Copyright 2012 Christian Gagneraud <chris@techworks.ie>
-- Licensed to the public under the Apache License 2.0.

module("luci.controller.watchcat", package.seeall)

function index()
   if not nixio.fs.access("/etc/config/system") then
      return
   end
   entry({"admin", "services", "watchcat"}, cbi("watchcat/watchcat"), _("Watchcat"), 90)
end