blob: 938356be64e7ece83cd530165e367e44883a8bec (
plain)
1
2
3
4
5
6
7
8
|
-- 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
|