summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-mini
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-15 00:26:07 +0000
committerSteven Barth <steven@midlink.org>2008-08-15 00:26:07 +0000
commit1d7fb47126b669f86f72de1af11b2d8bdca18bd9 (patch)
tree836451fbc018a4b5c06bdc96a61b41da6d4c5e46 /modules/admin-mini
parent9354c17eabb266afa7f2642c2e97c6b3af93a72c (diff)
modules/admin-mini: Fixed a typo
Diffstat (limited to 'modules/admin-mini')
-rw-r--r--modules/admin-mini/luasrc/view/mini/index.htm2
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">