From abc25bbf7fbd78123d7e533d58857a44fb21ec60 Mon Sep 17 00:00:00 2001 From: Alib Date: Sat, 27 Feb 2010 19:05:43 +0100 Subject: fix streamstatus --- streamstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streamstatus.php') 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 "errorError: encoding did not start correclty\n"; else echo "ok\n"; -- cgit v1.2.3