2017-01-10 15:05:55 +01:00
|
|
|
<?php
|
|
|
|
//session_start();
|
|
|
|
/*
|
|
|
|
$time = microtime();
|
|
|
|
$time = explode(' ', $time);
|
|
|
|
$time = $time[1] + $time[0];
|
|
|
|
$start = $time;*/
|
|
|
|
header("Cache-Control: no-cache, must-revalidate");
|
|
|
|
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
|
|
|
|
// do not touch this includes!!! Never ever!!!
|
|
|
|
include "config/config.php";
|
2017-03-14 07:31:30 +01:00
|
|
|
|
2017-03-15 14:20:28 +01:00
|
|
|
if (!defined("LOCALE"))
|
|
|
|
define("LOCALE", "en_GB");
|
|
|
|
|
2017-03-14 07:31:30 +01:00
|
|
|
include "locale/".LOCALE."/settings.php";
|
|
|
|
$codeset = "UTF8";
|
|
|
|
putenv('LANG='.LANG_LOCALE.'.'.$codeset);
|
|
|
|
putenv('LANGUAGE='.LANG_LOCALE.'.'.$codeset);
|
|
|
|
bind_textdomain_codeset('messages', $codeset);
|
|
|
|
bindtextdomain('messages', dirname(__FILE__).'/locale/');
|
|
|
|
setlocale(LC_ALL, LANG_LOCALE.'.'.$codeset);
|
|
|
|
textdomain('messages');
|
|
|
|
|
2017-03-23 20:40:34 +01:00
|
|
|
|
|
|
|
include("config/networks.php");
|
2017-01-10 15:05:55 +01:00
|
|
|
include "include/tools.php";
|
|
|
|
startStopwatch();
|
|
|
|
showLapTime("Start of page");
|
|
|
|
include "include/functions.php";
|
|
|
|
include "include/init.php";
|
|
|
|
include "version.php";
|
|
|
|
?>
|
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.6,maximum-scale=1, user-scalable=yes">
|
2017-03-02 16:56:46 +01:00
|
|
|
<!-- Default-CSS -->
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2017-01-10 15:05:55 +01:00
|
|
|
<!-- CSS for tooltip display -->
|
|
|
|
<link rel="stylesheet" href="css/tooltip.css">
|
2017-01-16 21:04:04 +01:00
|
|
|
<!-- CSS for monospaced fonts in tables -->
|
|
|
|
<link rel="stylesheet" href="css/monospacetables.css">
|
2017-03-16 14:00:11 +01:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
|
|
|
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js"></script>-->
|
2017-01-10 15:05:55 +01:00
|
|
|
<!-- Das neueste kompilierte und minimierte CSS -->
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
|
|
|
|
<!-- Optionales Theme -->
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
|
|
|
|
<!-- Das neueste kompilierte und minimierte JavaScript -->
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js"></script>
|
2017-03-16 14:00:11 +01:00
|
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">
|
|
|
|
<script type="text/javascript" src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
|
2017-01-10 15:05:55 +01:00
|
|
|
<style>
|
|
|
|
.nowrap {
|
|
|
|
white-space:nowrap
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<title><?php echo getCallsign($mmdvmconfigs) ?> - MMDVM-Dashboard by DG9VH</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="page-header" style="position:relative;">
|
2017-03-14 07:31:30 +01:00
|
|
|
<h1><small>MMDVM-Dashboard by DG9VH <?php
|
|
|
|
echo _("for");
|
2017-01-10 15:05:55 +01:00
|
|
|
if (getConfigItem("General", "Duplex", $mmdvmconfigs) == "1") {
|
2017-03-14 07:31:30 +01:00
|
|
|
echo " "._("Repeater");
|
2017-01-10 15:05:55 +01:00
|
|
|
} else {
|
2017-03-14 07:31:30 +01:00
|
|
|
echo " "._("Hotspot");
|
2017-01-10 15:05:55 +01:00
|
|
|
}
|
|
|
|
?>:</small> <?php echo getCallsign($mmdvmconfigs) ?></h1>
|
|
|
|
<h4>MMDVMHost by G4KLX Version: <?php echo getMMDVMHostVersion() ?><br>Firmware: <?php echo getFirmwareVersion() ?>
|
|
|
|
<?php
|
2017-03-23 20:40:34 +01:00
|
|
|
if (defined("JSONNETWORK")) {
|
|
|
|
$key = recursive_array_search(getDMRNetwork(),$networks);
|
|
|
|
$network = $networks[$key];
|
|
|
|
echo "<br>";
|
|
|
|
echo _("Configuration").": ".$network['label'];
|
|
|
|
|
|
|
|
} else {
|
|
|
|
if (strlen(getDMRNetwork()) > 0 ) {
|
|
|
|
echo "<br>";
|
|
|
|
echo _("DMR-Network: ").getDMRNetwork();
|
|
|
|
}
|
2017-01-10 15:05:55 +01:00
|
|
|
}
|
|
|
|
?></h4>
|
|
|
|
<?php
|
|
|
|
$logourl = "";
|
2017-03-23 20:40:34 +01:00
|
|
|
if (defined("JSONNETWORK")) {
|
|
|
|
$key = recursive_array_search(getDMRNetwork(),$networks);
|
|
|
|
$network = $networks[$key];
|
|
|
|
$logourl = $network['logo'];
|
|
|
|
} else {
|
|
|
|
if (getDMRNetwork() == "BrandMeister") {
|
|
|
|
if (constant('BRANDMEISTERLOGO') !== NULL) {
|
|
|
|
$logourl = BRANDMEISTERLOGO;
|
|
|
|
}
|
2017-01-10 15:05:55 +01:00
|
|
|
}
|
2017-03-23 20:40:34 +01:00
|
|
|
if (getDMRNetwork() == "DMRplus") {
|
|
|
|
if (constant('DMRPLUSLOGO') !== NULL) {
|
|
|
|
$logourl = DMRPLUSLOGO;
|
|
|
|
}
|
2017-01-10 15:05:55 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if ($logourl == "") {
|
|
|
|
$logourl = LOGO;
|
|
|
|
}
|
2017-02-28 20:29:44 +01:00
|
|
|
|
2017-01-10 15:05:55 +01:00
|
|
|
if ($logourl !== "") {
|
|
|
|
?>
|
|
|
|
<div id="Logo" style="position:absolute;top:-43px;right:10px;"><img src="<?php echo $logourl ?>" width="250px" style="width:250px; border-radius:10px;box-shadow:2px 2px 2px #808080; padding:1px;background:#FFFFFF;border:1px solid #808080;" border="0" hspace="10" vspace="10" align="absmiddle"></div>
|
|
|
|
<?php
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
if (defined("ENABLEMANAGEMENT")) {
|
|
|
|
?>
|
2017-03-14 07:31:30 +01:00
|
|
|
<button onclick="window.location.href='./scripts/log.php'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span> <?php echo _("View Log"); ?></button>
|
|
|
|
<button onclick="window.location.href='./scripts/rebootmmdvm.php'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> <?php echo _("Reboot MMDVMHost"); ?></button>
|
|
|
|
<button onclick="window.location.href='./scripts/reboot.php'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-repeat" aria-hidden="true"></span> <?php echo _("Reboot System"); ?></button>
|
|
|
|
<button onclick="window.location.href='./scripts/halt.php'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-off" aria-hidden="true"></span> <?php echo _("ShutDown System"); ?></button>
|
2017-01-10 15:05:55 +01:00
|
|
|
<?php
|
|
|
|
}
|
|
|
|
if (defined("ENABLENETWORKSWITCHING")) {
|
2017-03-23 20:40:34 +01:00
|
|
|
if (defined("JSONNETWORK")) {
|
|
|
|
echo ' <br>';
|
|
|
|
foreach ($networks as $network) {
|
|
|
|
echo ' <button onclick="window.location.href=\'./scripts/switchnetwork.php?network='.$network['ini'].'\'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> '.$network['label'].'</button>';
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
2017-01-10 15:05:55 +01:00
|
|
|
?>
|
2017-03-14 07:31:30 +01:00
|
|
|
<button onclick="window.location.href='./scripts/switchnetwork.php?network=DMRPLUS'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> <?php echo _("DMRplus"); ?></button>
|
|
|
|
<button onclick="window.location.href='./scripts/switchnetwork.php?network=BRANDMEISTER'" type="button" class="btn btn-default navbar-btn"><span class="glyphicon glyphicon-fire" aria-hidden="true"></span> <?php echo _("BrandMeister"); ?></button>
|
2017-01-10 15:05:55 +01:00
|
|
|
<?php
|
2017-03-23 20:40:34 +01:00
|
|
|
}
|
2017-01-10 15:05:55 +01:00
|
|
|
}
|
|
|
|
checkSetup();
|
|
|
|
// Here you can feel free to disable info-sections by commenting out with // before include
|
|
|
|
include "include/txinfo.php";
|
|
|
|
showLapTime("txinfo");
|
2017-03-04 20:25:11 +01:00
|
|
|
if (!defined("SHOWCPU") AND !defined("SHOWDISK") AND !defined("SHOWRPTINFO") AND !defined("SHOWMODES") AND !defined("SHOWLH") AND !defined("SHOWLOCALTX")) {
|
|
|
|
define("SHOWCPU", "on");
|
|
|
|
define("SHOWDISK", "on");
|
|
|
|
define("SHOWRPTINFO", "on");
|
|
|
|
define("SHOWMODES", "on");
|
|
|
|
define("SHOWLH", "on");
|
|
|
|
define("SHOWLOCALTX", "on");
|
|
|
|
}
|
2017-02-28 20:29:44 +01:00
|
|
|
if (defined("SHOWCPU")) {
|
|
|
|
include "include/sysinfo_ajax.php";
|
|
|
|
showLapTime("sysinfo");
|
|
|
|
}
|
|
|
|
if (defined("SHOWDISK")) {
|
|
|
|
include "include/disk.php";
|
|
|
|
showLapTime("disk");
|
|
|
|
}
|
|
|
|
if (defined("SHOWRPTINFO")) {
|
|
|
|
include "include/repeaterinfo.php";
|
|
|
|
showLapTime("repeaterinfo");
|
|
|
|
}
|
|
|
|
if (defined("SHOWMODES")) {
|
|
|
|
include "include/modes.php";
|
|
|
|
showLapTime("modes");
|
|
|
|
}
|
|
|
|
if (defined("SHOWLH")) {
|
|
|
|
include "include/lh_ajax.php";
|
|
|
|
showLapTime("lh_ajax");
|
|
|
|
}
|
|
|
|
if (defined("SHOWLOCALTX")) {
|
|
|
|
include "include/localtx_ajax.php";
|
|
|
|
showLapTime("localtx_ajax");
|
|
|
|
}
|
2017-01-10 15:05:55 +01:00
|
|
|
if (defined("ENABLEYSFGATEWAY")) {
|
|
|
|
include "include/ysfgatewayinfo.php";
|
|
|
|
showLapTime("ysfgatewayinfo");
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
<div class="panel panel-info">
|
|
|
|
<?php
|
|
|
|
//$datum = date("Y-m-d");
|
|
|
|
//$uhrzeit = date("H:i:s");
|
|
|
|
$lastReload = new DateTime();
|
|
|
|
$lastReload->setTimezone(new DateTimeZone(TIMEZONE));
|
2017-03-14 07:31:30 +01:00
|
|
|
echo "MMDVMHost-Dashboard V ".VERSION." | "._("Last Reload")." ".$lastReload->format('Y-m-d, H:i:s')." (".TIMEZONE.")";
|
2017-01-10 15:05:55 +01:00
|
|
|
/*$time = microtime();
|
|
|
|
$time = explode(' ', $time);
|
|
|
|
$time = $time[1] + $time[0];
|
|
|
|
$finish = $time;
|
|
|
|
$total_time = round(($finish - $start), 4);*/
|
|
|
|
echo '<!--Page generated in '.getLapTime().' seconds.-->';
|
|
|
|
?> |
|
|
|
|
<?php
|
|
|
|
if (!isset($_GET['stoprefresh'])) {
|
2017-03-14 07:31:30 +01:00
|
|
|
echo '<a href="?stoprefresh">'._("stop refreshing").'</a>';
|
2017-01-10 15:05:55 +01:00
|
|
|
} else {
|
2017-03-14 07:31:30 +01:00
|
|
|
echo '<a href=".">'._("start refreshing").'</a>';
|
2017-01-10 15:05:55 +01:00
|
|
|
}
|
|
|
|
?>
|
2017-03-14 07:31:30 +01:00
|
|
|
| <?php echo _("get your own at:");?> <a href="https://github.com/dg9vh/MMDVMHost-Dashboard">https://github.com/dg9vh/MMDVMHost-Dashboard</a> | <a href="credits.php"><?php echo _("Credits");?></a>
|
2017-01-10 15:05:55 +01:00
|
|
|
</div>
|
|
|
|
<noscript>
|
|
|
|
For full functionality of this site it is necessary to enable JavaScript.
|
|
|
|
Here are the <a href="http://www.enable-javascript.com/" target="_blank">
|
|
|
|
instructions how to enable JavaScript in your web browser</a>.
|
|
|
|
</noscript>
|
|
|
|
</body>
|
2017-03-02 16:56:46 +01:00
|
|
|
<script>
|
|
|
|
$(document).on('click', '.panel-heading span.clickable', function(e){
|
|
|
|
var $this = $(this);
|
|
|
|
if(!$this.hasClass('panel-collapsed')) {
|
|
|
|
$this.parents('.panel').find('.panel-body').slideUp();
|
|
|
|
$this.addClass('panel-collapsed');
|
|
|
|
$this.find('i').removeClass('glyphicon-chevron-up').addClass('glyphicon-chevron-down');
|
|
|
|
} else {
|
|
|
|
$this.parents('.panel').find('.panel-body').slideDown();
|
|
|
|
$this.removeClass('panel-collapsed');
|
|
|
|
$this.find('i').removeClass('glyphicon-chevron-down').addClass('glyphicon-chevron-up');
|
|
|
|
}
|
|
|
|
})
|
|
|
|
</script>
|
2017-01-10 15:05:55 +01:00
|
|
|
</html>
|
|
|
|
<?php
|
|
|
|
showLapTime("End of Page");
|
|
|
|
?>
|