shutdown/reboot added to web interface
parent
b399722dca
commit
98dc7f564e
@ -0,0 +1,16 @@
|
||||
<h1><?cs var:Lang.Title.ShutDown ?></h1>
|
||||
|
||||
<div align="center">
|
||||
<form action="<?cs var:ScriptName ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<input type="hidden" name="action" value="shutdown_do" />
|
||||
|
||||
<button type="submit" name="type"
|
||||
value="poweroff"><?cs var:Lang.Button.PowerOff ?></button>
|
||||
|
||||
<button type="submit" name="type"
|
||||
value="reboot"><?cs var:Lang.Button.ReBoot ?></button>
|
||||
|
||||
</form>
|
||||
</div>
|
Loading…
Reference in New Issue