Merge pull request #1690 from karlp/pagekite
[project/luci.git] / applications / luci-app-pagekitec / luasrc / controller / pagekitec.lua
1 -- Copyright 2018 Karl Palsson <karlp@tweak.net.au>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.pagekitec", package.seeall)
5
6 function index()
7     entry({"admin", "services", "pagekitec"}, cbi("pagekitec"), _("PageKite"))
8 end