Typos
This commit is contained in:
parent
e2def5883d
commit
6a36a839d1
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ checkSetup();
|
|||
include "../include/sysinfo.php";
|
||||
exec(HALTSYS. ' > /dev/null 2>&1 &');
|
||||
?>
|
||||
<div class="alert alert-info" role="alert">Exceuteing <b><?php echo HALTSYS ?></b><br>Halt in progress...bye</div>
|
||||
<div class="alert alert-info" role="alert">Executeing <b><?php echo HALTSYS ?></b><br>Halt in progress...bye</div>
|
||||
|
||||
<div class="panel panel-info">
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ include "../include/functions.php";
|
|||
checkSetup();
|
||||
exec('sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &');
|
||||
?>
|
||||
<div class="alert alert-info" role="alert">Exceuteing <b><?php echo 'sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &'?></b><br>Reboot system in progress</div>
|
||||
<div class="alert alert-info" role="alert">Executeing <b><?php echo 'sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &'?></b><br>Reboot system in progress</div>
|
||||
|
||||
<div class="panel panel-info">
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ checkSetup();
|
|||
include "../include/sysinfo.php";
|
||||
exec( REBOOTMMDVM );
|
||||
?>
|
||||
<div class="alert alert-info" role="alert">Exceuteing <b><?php echo REBOOTMMDVM ?></b><br>Reboot MMDVMHost service in progress</div>
|
||||
<div class="alert alert-info" role="alert">Executeing <b><?php echo REBOOTMMDVM ?></b><br>Reboot MMDVMHost service in progress</div>
|
||||
|
||||
<div class="panel panel-info">
|
||||
|
||||
|
|
Loading…
Reference in a new issue