1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Rename SNMPD to SNMPd

This commit is contained in:
Ycarus 2018-11-09 17:35:23 +01:00
parent 1750229150
commit b3cc953368

View file

@ -3,6 +3,6 @@ local dt = require "luci.cbi.datatypes"
module("luci.controller.snmpd", package.seeall)
function index()
entry({"admin", "network", "snmpd"}, alias("admin", "network", "snmpd", "index"), _("SNMPD"))
entry({"admin", "network", "snmpd"}, alias("admin", "network", "snmpd", "index"), _("SNMPd"))
entry({"admin", "network", "snmpd", "index"}, cbi("snmpd"))
end