From 9f5600ba3567c5b9a6a28ab3ed6d5ec75cf58a86 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Feb 2010 04:12:52 +0100 Subject: Add a * to the session name when the encoding is in progress --- includes/inc_home.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes') diff --git a/includes/inc_home.php b/includes/inc_home.php index 00a19e6..c4416ba 100755 --- a/includes/inc_home.php +++ b/includes/inc_home.php @@ -46,6 +46,10 @@ if ($dir_handle) continue; } + // Check if encoding + if (file_exists('ram/' .$session .'/segmenter.pid')) + $sessionname = "*" .$sessionname; + $sessioncnt++; $sessionname .= $realname; -- cgit v1.2.3