summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-27 19:04:12 +0100
committerAlib <aliboba@free.fr>2010-02-27 19:04:12 +0100
commitd9425e0515f5c1c247f3014578421f080c5e849a (patch)
treeeacfd8903aa39b9b66551fd4b3c745c4b365951c
parentba0c6b5de1803eb14af25647322d0f0996ac6902 (diff)
downloadistreamdev-d9425e0515f5c1c247f3014578421f080c5e849a.tar.gz
istreamdev-d9425e0515f5c1c247f3014578421f080c5e849a.tar.bz2
fix streamastatus
-rwxr-xr-xstreamstatus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamstatus.php b/streamstatus.php
index 54823be..ebed6b4 100755
--- a/streamstatus.php
+++ b/streamstatus.php
@@ -21,7 +21,7 @@ else
$session = $_REQUEST['session'];
$cnt = 0;
- while ( ( count(glob('ram/' .$session '/*.ts')) < 2 ) && ( $cnt < 25 ) )
+ while ( ( count(glob('ram/' .$session . '/*.ts')) < 2 ) && ( $cnt < 25 ) )
{
// wait for stream available
sleep(1);