From 9a07abe24c242b3b10a537e119bba35a5f60d60c Mon Sep 17 00:00:00 2001 From: Swizzy Date: Sun, 7 Jul 2013 23:41:38 +0200 Subject: [PATCH] Added /SHUTDOWN and /REBOOT for shutting down/rebooting the console --- source/lv2/httpd/httpd.c | 35 +++++++++++++++++++++++++++++++++++ source/lv2/httpd/httpd_html.h | 18 ++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/source/lv2/httpd/httpd.c b/source/lv2/httpd/httpd.c index 9522726..a9d0b7d 100644 --- a/source/lv2/httpd/httpd.c +++ b/source/lv2/httpd/httpd.c @@ -22,6 +22,9 @@ #include "httpd_index.h" +#include //For reboot and shutdown commands +#include