Adds a simple interface to the basic functionality of pagekite services. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
8 lines
262 B
Lua
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
|