Merge pull request #1818 from dibdot/lxc_fix
[project/luci.git] / applications / luci-app-squid / luasrc / controller / squid.lua
1 --[[
2
3 LuCI Squid module
4
5 Copyright (C) 2015, OpenWrt.org
6
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11         http://www.apache.org/licenses/LICENSE-2.0
12
13 Author: Marko Ratkaj <marko.ratkaj@sartura.hr>
14
15 ]]--
16
17 module("luci.controller.squid", package.seeall)
18
19 function index()
20         entry({"admin", "services", "squid"}, cbi("squid"), _("Squid"))
21 end