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 ); ?> - +