From d9425e0515f5c1c247f3014578421f080c5e849a Mon Sep 17 00:00:00 2001 From: Alib Date: Sat, 27 Feb 2010 19:04:12 +0100 Subject: fix streamastatus --- streamstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3