1
0

applyreboot.htm 435 B

12345678910111213
  1. <%#
  2. Copyright 2008 Steven Barth <steven@midlink.org>
  3. Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. Licensed to the public under the Apache License 2.0.
  5. -%>
  6. <%+header%>
  7. <h2 name="content"><%:System%></h2>
  8. <br />
  9. <p><% if msg then %><%=msg%><% else %><%:Changes applied.%><% end %></p>
  10. <p><%:Please wait: Device rebooting...%></p>
  11. <script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
  12. <%+footer%>