Merge pull request #1017 from danrl/luci-app-bcp38
[project/luci.git] / applications / luci-app-e2guardian / luasrc / controller / e2guardian.lua
1 --[[
2
3 LuCI E2Guardian module
4
5 Copyright (C) 2015, Itus Networks, Inc.
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         Luka Perkov <luka.perkov@sartura.hr>
15
16 ]]--
17
18 module("luci.controller.e2guardian", package.seeall)
19
20 function index()
21         entry({"admin", "services", "e2guardian"}, cbi("e2guardian"), _("E2Guardian"))
22 end