diff --git a/cms/assets.php b/cms/assets.php index 683f3bd..d8b1b69 100644 --- a/cms/assets.php +++ b/cms/assets.php @@ -1,7 +1,7 @@ days to wait un
  1. You must have your audio recording ready to upload before you pick a slot.
  2. New hosts, Interviews, and other time critical shows should use the first free slot.
  3. -
  4. Always try and fill any free slots that are available in the upcoming two weeks.
  5. +
  6. Always try and fill any free slots that are available in the upcoming two weeks.
  7. When the queue is filling up then leave some slots free for new contributors.
  8. Post non urgent shows into the first empty week.
  9. If you are uploading a series of shows then post them one every two weeks.
  10. diff --git a/hub/upload_confirm.php b/hub/upload_confirm.php index f58fdc2..b1737d0 100755 --- a/hub/upload_confirm.php +++ b/hub/upload_confirm.php @@ -343,7 +343,7 @@ if ( !file_exists( "$dir_structure/shownotes.txt" ) ) { logextra( "shownotes.txt still exists" ); if ( !file_exists( "$dir_structure/shownotes.json" ) ) { - naughty("a9564ebc3289b7a14551baf8ad5ec60a"); + naughty("3eb02d6b9ea801d4c5909b4fac0ccd96"); } logextra( "shownotes.json still exists" ); diff --git a/ini/include.php b/ini/include.php index 851428d..b126546 100644 --- a/ini/include.php +++ b/ini/include.php @@ -332,6 +332,6 @@ if ($pos !== false) { $HPR_Names = "Hackers"; } -$allowed_extensions = array("flac", "opus", "ogg", "spx", "mp3", "jpg", "png", "json", "srt", "tsv", "txt", "vtt"); +$allowed_extensions = array("wav", "flac", "opus", "ogg", "spx", "mp3", "jpg", "png", "json", "srt", "tsv", "txt", "vtt"); ?> diff --git a/www/rss.php b/www/rss.php index 0b3090d..7337417 100644 --- a/www/rss.php +++ b/www/rss.php @@ -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 " \n"; if ( $episode_explicit === "Clean" ) { echo " no\n";