clamav.lua 513 B

12345678910111213141516171819202122
  1. --[[
  2. LuCI ClamAV 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.clamav", package.seeall)
  12. function index()
  13. entry({"admin", "services", "clamav"}, cbi("clamav"), _("ClamAV"))
  14. end