From dcd70a0f4a89bf59923d7da47aec088563429043 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno Date: Tue, 12 May 2026 10:04:45 -0400 Subject: [PATCH] Mark MLSO as Active again --- docroot/status/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/status/index.php b/docroot/status/index.php index 678637b0..9519198a 100644 --- a/docroot/status/index.php +++ b/docroot/status/index.php @@ -68,7 +68,7 @@ function MissionStatusMessage(string $instrument) { return "Inactive"; } if (starts_with($instrument, "COSMO")) { - return 'Inactive'; + return 'Active'; } return "Active"; }