From 0c9414a9fecf2278d468acb1cf184e776b5a15c7 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Feb 2010 01:04:29 +0100 Subject: Multiple sessions support WIP --- includes/inc_home.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'includes/inc_home.php') diff --git a/includes/inc_home.php b/includes/inc_home.php index d907b87..0c372ac 100755 --- a/includes/inc_home.php +++ b/includes/inc_home.php @@ -8,6 +8,31 @@ print "
iStreamdev
\r\n"; print "\r\n"; print "
\r\n"; +// Streaming in progress +$dir_handle = @opendir('ram'); +if ($dir_handle) +{ + print " Streaming...\r\n"; + print " \r\n"; +} + // VDR menus if ($vdrenabled) { -- cgit v1.2.3