diff options
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/helper.php b/lib/helper.php index dcd0368..2127c14 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -46,6 +46,11 @@ function link_stream($protocol, $room, $format, $translated = false) return '#'; } +function link_vod($id) +{ + return 'relive/'.rawurlencode($id).'/'; +} + function streamname($room) { switch($room) |