diff options
| -rwxr-xr-x | cgi-bin/index | 4 | ||||
| -rwxr-xr-x | 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(<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> |
