X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-mini%2Fluasrc%2Fcontroller%2Fmini%2Fwifi.lua;fp=modules%2Fadmin-mini%2Fluasrc%2Fcontroller%2Fmini%2Fwifi.lua;h=91183199b95f8850627d37664011d8a6742af002;hp=0000000000000000000000000000000000000000;hb=8d1aff78b17d6f7437d776bdf53a6aa2112f31db;hpb=ea69b8dccc80c0b6c16225f2328834a7fd3be062 diff --git a/modules/admin-mini/luasrc/controller/mini/wifi.lua b/modules/admin-mini/luasrc/controller/mini/wifi.lua new file mode 100644 index 000000000..91183199b --- /dev/null +++ b/modules/admin-mini/luasrc/controller/mini/wifi.lua @@ -0,0 +1,22 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ +]]-- +module("luci.controller.mini.wifi", package.seeall) + +function index() + luci.i18n.loadc("admin-core") + local i18n = luci.i18n.translate + + entry({"mini", "wifi"}, cbi("mini/wifi"), i18n("wifi", "Drahtlos"), 30) +end \ No newline at end of file