Add reboot button
This commit is contained in:
7
www/cgi-bin/reboot
Normal file
7
www/cgi-bin/reboot
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Content-Type: text/html"
|
||||
echo ""
|
||||
echo "<h1>Ciao!</h1>"
|
||||
|
||||
/sbin/reboot
|
||||
Reference in New Issue
Block a user