1
0

watchcat.lua 351 B

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