summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-mini/luasrc/view/mini/reboot.htm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/admin-mini/luasrc/view/mini/reboot.htm')
-rw-r--r--modules/admin-mini/luasrc/view/mini/reboot.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/reboot.htm b/modules/admin-mini/luasrc/view/mini/reboot.htm
index 600da36fcb..b0f64698d5 100644
--- a/modules/admin-mini/luasrc/view/mini/reboot.htm
+++ b/modules/admin-mini/luasrc/view/mini/reboot.htm
@@ -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>