diff options
author | Steven Barth <steven@midlink.org> | 2008-08-15 00:26:07 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-15 00:26:07 +0000 |
commit | 1d7fb47126b669f86f72de1af11b2d8bdca18bd9 (patch) | |
tree | 836451fbc018a4b5c06bdc96a61b41da6d4c5e46 /modules/admin-mini/luasrc/view | |
parent | 9354c17eabb266afa7f2642c2e97c6b3af93a72c (diff) |
modules/admin-mini: Fixed a typo
Diffstat (limited to 'modules/admin-mini/luasrc/view')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm index a72aa5253..52bca45b9 100644 --- a/modules/admin-mini/luasrc/view/mini/index.htm +++ b/modules/admin-mini/luasrc/view/mini/index.htm @@ -82,7 +82,7 @@ local iwconfig = luci.sys.wifi.getiwconfig() <%- end %> -<%- if luci.model.uci.get_statevalue("network", "lan", "up") == "1" then %> +<%- if luci.model.uci.get_statevalue("network", "wan", "up") == "1" then %> <br /> <h2><%:m_n_inet%></h2> <table cellspacing="0" cellpadding="6" class="smalltext"> |