From 32b78254c76ebd9a07ad19edf25f1f0846a33bb8 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Feb 2010 02:12:43 +0100 Subject: Sessions WIP --- includes/inc_home.php | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'includes/inc_home.php') diff --git a/includes/inc_home.php b/includes/inc_home.php index 0c372ac..bc9a402 100755 --- a/includes/inc_home.php +++ b/includes/inc_home.php @@ -9,20 +9,45 @@ print "\r\n"; print "
\r\n"; // Streaming in progress -$dir_handle = @opendir('ram'); +$dir_handle = @opendir('ram/'); if ($dir_handle) { - print " Streaming...\r\n"; print " \r\n"; + print " \r\n"; + + closedir($dir_handle); } // VDR menus -- cgit v1.2.3