summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);