luci/applications/luci-app-pagekitec/luasrc/controller/pagekitec.lua
Karl Palsson cc00b01c27 luci-app-pagekitec: new package
Adds a simple interface to the basic functionality of pagekite services.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2018-03-16 22:59:46 +00:00

8 lines
262 B
Lua

-- Copyright 2018 Karl Palsson <karlp@tweak.net.au>
-- Licensed to the public under the Apache License 2.0.
module("luci.controller.pagekitec", package.seeall)
function index()
entry({"admin", "services", "pagekitec"}, cbi("pagekitec"), _("PageKite"))
end