Small tweaks.

This commit is contained in:
2025-02-23 21:53:23 -06:00
parent 90e195a670
commit bf3330ae7c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ if ($response === FALSE) {
echo htmlspecialchars($currentSong);
} else {
echo "No active stream found.";
echo "RFE is currently offline! Please check back later!";
}
}
?>