diff options
author | Alib <aliboba@free.fr> | 2010-02-27 19:05:43 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-27 19:05:43 +0100 |
commit | abc25bbf7fbd78123d7e533d58857a44fb21ec60 (patch) | |
tree | 2be2ede25cfb5ae58d681cd536065ea859246c94 /streamstatus.php | |
parent | d9425e0515f5c1c247f3014578421f080c5e849a (diff) | |
download | istreamdev-abc25bbf7fbd78123d7e533d58857a44fb21ec60.tar.gz istreamdev-abc25bbf7fbd78123d7e533d58857a44fb21ec60.tar.bz2 |
fix streamstatus
Diffstat (limited to 'streamstatus.php')
-rwxr-xr-x | streamstatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/streamstatus.php b/streamstatus.php index ebed6b4..ecae027 100755 --- a/streamstatus.php +++ b/streamstatus.php @@ -28,7 +28,7 @@ else $cnt++; } - if ( count(glob('ram/' .$session '/*.ts')) < 2 ) + if ( count(glob('ram/' .$session . '/*.ts')) < 2 ) echo "<streamstatus>error</streamstatus><message>Error: encoding did not start correclty</message>\n"; else echo "<streamstatus>ok</streamstatus>\n"; |