diff options
Diffstat (limited to 'web/stream.gathering.org/embed.pl')
-rwxr-xr-x[-rw-r--r--] | web/stream.gathering.org/embed.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/stream.gathering.org/embed.pl b/web/stream.gathering.org/embed.pl index e5f103c..38fbf9c 100644..100755 --- a/web/stream.gathering.org/embed.pl +++ b/web/stream.gathering.org/embed.pl @@ -26,7 +26,7 @@ my $location = undef; print $client->header(); my $clip = $client->remote_addr(); -my $template = HTML::Template->new(filename => 'index.tmpl'); +my $template = HTML::Template->new(filename => 'embed.tmpl'); my $is_local = &is_ip_local($clip, $v4net, $v6net); my @streams = &html_local_test(); @@ -52,11 +52,8 @@ sub html_local_test() { my %hash = ( 'title_link' => $title_link, 'title' => $streams{$name}->{title}, - 'source' => $streams{$name}->{source}, 'quality' => $streams{$name}->{quality}, - 'location' => $streams{$name}->{location}, 'type' => $streams{$name}->{type}, - 'delivery' => $multicast_link, ); if ($multicast_link eq "multicast") { $hash{'is_multicast'} .= 1; |