e2guardian.lua 533 B

12345678910111213141516171819202122
  1. --[[
  2. LuCI E2Guardian module
  3. Copyright (C) 2015, Itus Networks, Inc.
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Author: Marko Ratkaj <marko.ratkaj@sartura.hr>
  9. Luka Perkov <luka.perkov@sartura.hr>
  10. ]]--
  11. module("luci.controller.e2guardian", package.seeall)
  12. function index()
  13. entry({"admin", "services", "e2guardian"}, cbi("e2guardian"), _("E2Guardian"))
  14. end