From 2e1f03815737cf1941a7777baaddbfea29ff98bb Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 14 Oct 2021 12:09:33 +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 f7ac938..7b4b8e3 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");