Make html less verbose, include footer, update html versioning

This commit is contained in:
2023-01-03 02:53:37 +00:00
parent add3238166
commit be06f100b0
14 changed files with 450 additions and 87 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ error_reporting(E_ALL & ~E_NOTICE);
// Name of the monitored Dashboard
define("REPORT_NAME","Dashboard of local DMR Network");
define("REPORT_NAME","HBlink 3 Master Server");
// Height of Server Activity window: 45px; 1 row, 60px 2 rows, 80px 3 rows
define("HEIGHT_ACTIVITY","45px");
+4
View File
@@ -0,0 +1,4 @@
<?php
define("VERSION", "Ver 1.6.9");
define("DASH", "ShaYmez-20230102");
?>