From e887ad389bbf7e88259bc37194730a651c85c0b5 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 14 Oct 2021 16:34:47 +0200 Subject: [PATCH] Update config.php --- html/include/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/include/config.php b/html/include/config.php index 7b4b8e3..1e3038b 100644 --- a/html/include/config.php +++ b/html/include/config.php @@ -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","Dashboard of local DMR Network"); // Height of Server Activity window: 45px; 1 row, 60px 2 rows, 80px 3 rows define("HEIGHT_ACTIVITY","45px");