Minor spelling corrections

This commit is contained in:
phl0 2016-10-26 09:40:56 +02:00
parent 05743272f6
commit 25bf9e30e9
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
5 changed files with 8 additions and 8 deletions

View file

@ -1,13 +1,13 @@
<div class="panel panel-default">
<!-- Standard-Panel-Inhalt -->
<div class="panel-heading">Disk use</div>
<div class="panel-heading">Disk Use</div>
<!-- Tabelle -->
<div class="table-responsive">
<table id="diskuse" class="table table-condensed table-striped table-hover">
<thead>
<tr>
<th class="w10p filesystem">Filesystem</th>
<th class="w20p">Mount</th>
<th class="w10p filesystem">File System</th>
<th class="w20p">Mount Point</th>
<th>Use</th>
<th class="w15p">Free</th>
<th class="w15p">Used</th>

View file

@ -5,7 +5,7 @@
<div class="table-responsive">
<table class="table">
<tr>
<th>Actual Mode</th>
<th>Current Mode</th>
<th>D-Star linked to</th>
<th>YSF linked to</th>
<th>DMR TS1 last linked to</th>
@ -26,7 +26,7 @@
<tr>
<th>Location</th>
<th>TX-Freq.</th>
<th>Rx-Freq.</th>
<th>RX-Freq.</th>
<?php
if (getEnabled("System Fusion Network", $mmdvmconfigs) == 1) {
?>

View file

@ -52,7 +52,7 @@ checkSetup();
include "../include/sysinfo.php";
exec(HALTSYS. ' > /dev/null 2>&1 &');
?>
<div class="alert alert-info" role="alert">Executeing <b><?php echo HALTSYS ?></b><br>Halt in progress...bye</div>
<div class="alert alert-info" role="alert">Executing <b><?php echo HALTSYS ?></b><br>Halt in progress...bye</div>
<div class="panel panel-info">

View file

@ -52,7 +52,7 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
checkSetup();
exec('sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &');
?>
<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="alert alert-info" role="alert">Executing <b><?php echo 'sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &'?></b><br>Reboot system in progress</div>
<div class="panel panel-info">

View file

@ -53,7 +53,7 @@ checkSetup();
include "../include/sysinfo.php";
exec( REBOOTMMDVM );
?>
<div class="alert alert-info" role="alert">Executeing <b><?php echo REBOOTMMDVM ?></b><br>Reboot MMDVMHost service in progress</div>
<div class="alert alert-info" role="alert">Executing <b><?php echo REBOOTMMDVM ?></b><br>Reboot MMDVMHost service in progress</div>
<div class="panel panel-info">