squid-controller.lua 462 B

123456789101112131415161718192021
  1. --[[
  2. LuCI Squid module
  3. Copyright (C) 2015, OpenWrt.org
  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. ]]--
  10. module("luci.controller.squid", package.seeall)
  11. function index()
  12. entry({"admin", "services", "squid"}, cbi("squid"), _("Squid"))
  13. end