From 183b2a7c3abd194c1534e652f67499ad83d2b458 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 2 Mar 2018 01:05:51 -0700 Subject: [PATCH] Update streams.php --- app/streams/streams.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/streams/streams.php b/app/streams/streams.php index a6fc14065e..85aa90902b 100644 --- a/app/streams/streams.php +++ b/app/streams/streams.php @@ -196,6 +196,7 @@ echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param); } echo th_order_by('stream_name', $text['label-stream_name'], $order_by, $order); + echo " ".$text['label-play']."\n"; echo th_order_by('stream_location', $text['label-stream_location'], $order_by, $order); echo th_order_by('stream_enabled', $text['label-stream_enabled'], $order_by, $order); echo th_order_by('stream_description', $text['label-stream_description'], $order_by, $order); @@ -230,6 +231,16 @@ echo " ".$domain."\n"; } echo " ".escape($row['stream_name'])." \n"; + + echo " \n"; + if (strlen($row['stream_location']) > 0) { + $location_parts = explode('://',$row['stream_location']); + if ($location_parts[0] == "shout") { + echo "