Added a note to the Freifunk menu for OpenWRT
[project/luci.git] / modules / admin-mini / luasrc / view / mini / reboot.htm
index 600da36fcb48951c73210138351f63324e9b7199..b0f64698d5a4e9a1b56016a469ba23e9535655dd 100644 (file)
@@ -25,7 +25,7 @@ if c and next(c) then
 end
 if not reboot then 
 -%>
-<p><a href="<%=controller%>/admin/system/reboot?reboot=1"><%:a_s_reboot_do%></a></p>
+<p><a href="<%=REQUEST_URI%>?reboot=1"><%:a_s_reboot_do%></a></p>
 <%- else -%>
 <p><%:a_s_reboot_running%></p>
 <script type="text/javascript">setTimeout("location='<%=controller%>/admin'", 60000)</script>