Various emergency fixes

This commit is contained in:
2024-11-25 18:23:43 +01:00
parent 4dcdb38d86
commit 2ac5bd0e51
6 changed files with 8 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ switch ($atomurl) {
$format = "mp3";
$mimetype = "audio/mpeg";
$feed = "future";
$limit = 100;
break;
case "/hpr_ogg_rss.php":
$format = "ogg";
@@ -245,7 +246,6 @@ if ($result = mysqli_query($connection, $query)) {
$show_notes = "This show has been flagged as $episode_explicit by the host.\n";
$show_notes = $show_notes . htmlspecialchars(stripslashes(strip_tags($row["notes"]))) ;
}
$warning = utf8_encode ( $warning );
echo " <item>\n";
if ( $episode_explicit === "Clean" ) {
echo " <itunes:explicit>no</itunes:explicit>\n";