diff options
author | Alib <aliboba@free.fr> | 2010-03-18 13:36:59 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-18 13:36:59 +0100 |
commit | 94f6280dcf0b12fbcfef10838e7d2947b335aef8 (patch) | |
tree | b6ba3c8c7c80db6877c1014a0a00656ff05f38df /bin/session.php | |
parent | af840c41f9464fa52aa9d88e3271f9df934c262a (diff) | |
parent | 45adb2f262057b42500062fe002b5a573d90bed9 (diff) | |
download | istreamdev-94f6280dcf0b12fbcfef10838e7d2947b335aef8.tar.gz istreamdev-94f6280dcf0b12fbcfef10838e7d2947b335aef8.tar.bz2 |
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
Diffstat (limited to 'bin/session.php')
-rwxr-xr-x | bin/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/session.php b/bin/session.php index b6a693a..bbb39e8 100755 --- a/bin/session.php +++ b/bin/session.php @@ -212,7 +212,7 @@ function sessiongetstatus($session) else { $status['status'] = "ready"; - $status['message'] = $mode ." Broadcast ready"; + $status['message'] = "Broadcast ready (" .$mode .")"; $status['url'] = $httppath ."ram/" .$session ."/stream.m3u8"; |