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.

21 lines
462 B

  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