From e3d7c5cc86fedb458d9b091ca12245c01e7f285d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Mar 2015 04:39:50 +0200 Subject: Lots of TG15-changes (-: --- web/stream.gathering.org/embed.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 web/stream.gathering.org/embed.pl (limited to 'web/stream.gathering.org/embed.pl') diff --git a/web/stream.gathering.org/embed.pl b/web/stream.gathering.org/embed.pl old mode 100644 new mode 100755 index e5f103c..38fbf9c --- 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; -- cgit v1.2.3