From bd23aca1dfd72bc43a862331a2e361914bcbc357 Mon Sep 17 00:00:00 2001 From: narspt Date: Sun, 10 Oct 2021 22:43:58 +0100 Subject: [PATCH] add YSF DG-ID info to modules list page --- dashboard/pgs/modules.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/pgs/modules.php b/dashboard/pgs/modules.php index e37518d..c20caaa 100644 --- a/dashboard/pgs/modules.php +++ b/dashboard/pgs/modules.php @@ -7,6 +7,7 @@ DExtra DCS DMR + YSF
DG-ID URCALL @@ -41,6 +42,7 @@ for ($i = 1; $i <= $NumberOfModules; $i++) { '. 'DCS' . $ReflectorNumber . $module . 'L' .' '. (is_numeric($ReflectorNumber) ? 'D' . sprintf('%01d',$ReflectorNumber) . (($i<=4)?$module:sprintf('%02d',$i)) : '-') .' '. (4000+$i) .' + '. (9+$i) .' '; }