luci-app-pagekitec: new package
[project/luci.git] / applications / luci-app-pagekitec / luasrc / controller / pagekitec.lua
diff --git a/applications/luci-app-pagekitec/luasrc/controller/pagekitec.lua b/applications/luci-app-pagekitec/luasrc/controller/pagekitec.lua
new file mode 100644 (file)
index 0000000..938356b
--- /dev/null
@@ -0,0 +1,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