blob: 365c33078130990f93ab9dbfdea57195e151cafe (
plain)
1
2
3
4
5
6
7
8
9
10
|
<%+header%>
<h1><%:system System%></h1>
<h2><%:reboot Neu starten%></h2>
<% if not reboot then %>
<p><a href="<%=controller%>/admin/system/reboot?reboot=1"><%:reboot_do Neustart durchführen%></a></p>
<% else %>
<p><%:reboot_running Bitte warten: Neustart wird durchgeführt...%></p>
<script type="text/javascript">setTimeout("location='<%=controller%>/admin'", 30000)</script>
<% end %>
<%+footer%>
|