diff options
author | MaZderMind | 2014-12-27 20:56:20 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-27 20:56:20 +0100 |
commit | da15fd33e4b6d4bb4089c42591de3574d383f874 (patch) | |
tree | c3d11dac579fa87837fea90355ef0709c8a5f958 /lib/helper.php | |
parent | ab0a2cfbf2b4be1d87376052a02ef2e67557bf0b (diff) |
relive gui
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) |