2015-01-16 22:38:38 +00:00
|
|
|
-- Copyright 2012 Christian Gagneraud <chris@techworks.ie>
|
|
|
|
-- Licensed to the public under the Apache License 2.0.
|
2012-04-16 16:49:04 +00:00
|
|
|
|
|
|
|
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
|