packages/net/luci-app-squid/files/squid-controller.lua
Marko Ratkaj 1fac9ac756 luci-app-squid: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:18:04 +02:00

21 lines
462 B
Lua

--[[
LuCI Squid module
Copyright (C) 2015, OpenWrt.org
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Author: Marko Ratkaj <marko.ratkaj@sartura.hr>
]]--
module("luci.controller.squid", package.seeall)
function index()
entry({"admin", "services", "squid"}, cbi("squid"), _("Squid"))
end