Add reboot button

This commit is contained in:
2022-08-06 19:20:06 +02:00
parent 28dc5f542d
commit dfcb1698e6
2 changed files with 28 additions and 0 deletions

7
www/cgi-bin/reboot Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
echo "Content-Type: text/html"
echo ""
echo "<h1>Ciao!</h1>"
/sbin/reboot