build: i18n-add-language.sh: more lenient code validation
[project/luci.git] / applications / luci-app-mosquitto / luasrc / controller / mosquitto.lua
1 --[[
2 LuCI - Lua Configuration Interface for mosquitto
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 ]]--
11
12 module("luci.controller.mosquitto", package.seeall)
13
14 function index()
15 entry({"admin", "services", "mosquitto"}, cbi("mosquitto"), _("Mosquitto"))
16 end