<%# 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: changes.htm 9014 2012-08-14 13:08:18Z jow $ -%> <% local uci = require "luci.model.uci".cursor() %> <%+header%>

<%:Configuration%> / <%:Changes%>

<% if changes then %> <%+admin_uci/changelog%> <%- uci_changelog(changes) -%> <% else %>

<%:There are no pending changes!%>

<% end %>
<% local r = luci.http.formvalue("redir"); if r and #r > 0 then %>
<% end %>
<% if uci:get('functionlist','functionlist','SUPPORT_MANAGEMENT_SSID') == '1' and uci:get('functionlist','functionlist','SUPPORT_MYID') ~= '1' then %> <% if not( uci:get('functionlist','functionlist','SUPPORT_AP_RP_SETUP_WIZARD') == "1" and (uci:get('system','firmware','first_login') == "1" or reboot_flag == "1" )) then %>
" />
<% else %>
" />
<% end %> <% else %>
" />
<% end %>
" />
<%+footer%>