Globally reduce copyright headers
[project/luci.git] / applications / luci-app-watchcat / luasrc / controller / watchcat.lua
1 -- Copyright 2012 Christian Gagneraud <chris@techworks.ie>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.watchcat", package.seeall)
5
6 function index()
7    if not nixio.fs.access("/etc/config/system") then
8       return
9    end
10    entry({"admin", "services", "watchcat"}, cbi("watchcat/watchcat"), _("Watchcat"), 90)
11 end