You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
533 B

  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