diff options
Diffstat (limited to 'bin/streaminfo.php')
-rwxr-xr-x | bin/streaminfo.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/streaminfo.php b/bin/streaminfo.php index fcf3310..8b935ef 100755 --- a/bin/streaminfo.php +++ b/bin/streaminfo.php @@ -1,3 +1,4 @@ + <?php /* @@ -10,6 +11,8 @@ function writeinfostream($session, $type, $mode, $url, $channame) { + addlog("Writting stream info from session " .$session ." (type=" .$type .", mode=" .$mode .", url=" .$url .", channame=" .$channame .")"); + $ram = "../ram/" .$session ."/"; $infofile = fopen($ram ."streaminfo", 'w'); |