From 62267841dcf9d56e75352fbee29cf77923aa0c85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:33:13 +0000 Subject: [PATCH] Add server status link to dashboard for all users Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- modules/dashboard/dashboard.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/dashboard/dashboard.php b/modules/dashboard/dashboard.php index a40875d2..df8b3c1d 100644 --- a/modules/dashboard/dashboard.php +++ b/modules/dashboard/dashboard.php @@ -202,6 +202,21 @@ function exec_ogp_module() foreach($colhtml as $html ) echo $html.''; } + + // Server Status Link - Available to all users + echo "
+
+

Server Status

+
+

View the status of all game servers

+ + 🖥️ View Server Status + +
Opens in a new window +
+
+
"; + if( $isAdmin AND $db->isModuleInstalled('status') ) { echo "".get_lang('server_status')."
";