2 Copyright 2008 Steven Barth <steven@midlink.org>
3 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
4 Licensed to the public under the Apache License 2.0.
8 <h2><a id="content" name="content"><%:System%></a></h2>
10 <p><%:Reboots the operating system of your device%></p>
12 local c = require("luci.model.uci").cursor():changes()
15 <p class="warning"><%:Warning: There are unsaved changes that will be lost while rebooting!%></p>
20 <p><a href="<%=controller%>/admin/system/reboot?reboot=1"><%:Perform reboot%></a></p>
22 <p><%:Please wait: Device rebooting...%></p>
23 <script type="text/javascript">setTimeout("location='<%=controller%>/admin'", 60000)</script>