diff --git a/www/cgi-bin/reboot b/www/cgi-bin/reboot new file mode 100644 index 0000000..c5cfe23 --- /dev/null +++ b/www/cgi-bin/reboot @@ -0,0 +1,7 @@ +#!/bin/sh + +echo "Content-Type: text/html" +echo "" +echo "

Ciao!

" + +/sbin/reboot diff --git a/www/reboot.html b/www/reboot.html new file mode 100644 index 0000000..0100971 --- /dev/null +++ b/www/reboot.html @@ -0,0 +1,21 @@ + + + + + + + + + + +
+ +
+ +
+ LuCI - Lua + Configuration Interface +
+ + + \ No newline at end of file