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')."
";