summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2014-02-17 11:10:32 -0600
committerJules Laplace <carbon@melanarchy.org>2014-02-17 11:10:32 -0600
commit30f1cd22906cae2bd4df35b4bf8fd72287f73ac5 (patch)
tree282891fa4de0a70c05421d563c63f0aeced81530
parent04821c579b0df2c29fca58d43bd0f0d80bdbb451 (diff)
make playlist work again https violation
-rwxr-xr-xcgi-bin/index4
-rwxr-xr-xcgi-bin/playlist2
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(<td align=center valign=top style="width: 100px">\n);
print qq(<div class="bluebox" width="100"><span style="line-height: 1.5em;"><nobr>);
my $p = ''; my $l = '';
@@ -232,7 +232,7 @@ if ($s)
print qq(<div class="bluebox"><small><span style="line-height: 1.5em;"><nobr>);
print qq(.: <a href="$BUCKY/category/unsorted"><i>unsorted</i></a> :.<br>);
print qq(</nobr></span></small></div></td>\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__;
<item>
<title>$z_file</title>