From 30f1cd22906cae2bd4df35b4bf8fd72287f73ac5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 17 Feb 2014 11:10:32 -0600 Subject: make playlist work again https violation --- cgi-bin/index | 4 ++-- cgi-bin/playlist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cgi-bin/index b/cgi-bin/index index 3929a73..460934e 100755 --- a/cgi-bin/index +++ b/cgi-bin/index @@ -189,7 +189,7 @@ else ############################# # KEYWORD LIST -if (2==1) { + print qq(\n); print qq(
); my $p = ''; my $l = ''; @@ -232,7 +232,7 @@ if ($s) print qq(
); print qq(.: unsorted :.
); print qq(
\n); -} + ############################# # PRINT SIDEBAR diff --git a/cgi-bin/playlist b/cgi-bin/playlist index 9b87d6a..a03a9ed 100755 --- a/cgi-bin/playlist +++ b/cgi-bin/playlist @@ -33,7 +33,7 @@ __RSS__ next unless ($file->{filename} =~ /mp3$/i); my $z_file = $file->{filename}; my $z_filepath = uri_escape($file->{filename}); - my $z_content = "https://$BUCKY_HOST$live_path/$file->{thread}/$z_filepath"; + my $z_content = "http://$BUCKY_HOST$live_path/$file->{thread}/$z_filepath"; $rss .= <<__RSS__; $z_file -- cgit v1.2.3-70-g09d2