diff options
-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"; |