From 05a58ef6e05078fde0e90f74bf2a609dbc543fd5 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Feb 2010 03:26:17 +0100 Subject: Sessions are now working yeah! --- includes/inc_stream.php | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) (limited to 'includes/inc_stream.php') diff --git a/includes/inc_stream.php b/includes/inc_stream.php index f29271e..925fd7b 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -20,7 +20,7 @@ switch ($type) break; // Media case 3: - list($title, $desc) = mediagetinfostream($name); + list($title, $desc) = mediagetinfostream($name, 0); $realname = basename($name); break; default: @@ -49,30 +49,13 @@ print " Select stream mode\r\n"; // Print the right logo print " \r\n"; -- cgit v1.2.3