From 6a36a839d142f1d7568a2b2f34a574e64d8aa953 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Mon, 24 Oct 2016 07:00:46 +0000 Subject: [PATCH] Typos --- scripts/halt.php | 2 +- scripts/reboot.php | 2 +- scripts/rebootmmdvm.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/halt.php b/scripts/halt.php index 804d762..bd5a45c 100644 --- a/scripts/halt.php +++ b/scripts/halt.php @@ -44,7 +44,7 @@ checkSetup(); include "../include/sysinfo.php"; exec(HALTSYS. ' > /dev/null 2>&1 &'); ?> - +
diff --git a/scripts/reboot.php b/scripts/reboot.php index 6592d53..cef12e9 100644 --- a/scripts/reboot.php +++ b/scripts/reboot.php @@ -43,7 +43,7 @@ include "../include/functions.php"; checkSetup(); exec('sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &'); ?> - +
diff --git a/scripts/rebootmmdvm.php b/scripts/rebootmmdvm.php index fe2724d..3db6d26 100644 --- a/scripts/rebootmmdvm.php +++ b/scripts/rebootmmdvm.php @@ -45,7 +45,7 @@ checkSetup(); include "../include/sysinfo.php"; exec( REBOOTMMDVM ); ?> - +