From e339afb48098c150d15ba519bed62e2673deb4a7 Mon Sep 17 00:00:00 2001 From: Alib Date: Fri, 4 Mar 2011 18:58:54 +0100 Subject: added patch for better iPad support ( breaks logo icon on stream button, but useless on ios 4.2) --- bin/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/session.php b/bin/session.php index 9930a3d..0e42d0e 100644 --- a/bin/session.php +++ b/bin/session.php @@ -326,7 +326,7 @@ function sessiongetstatus($session, $prevmsg) } // Check session creation timeout - if ($checkstart && ((time() - $time) >= 10)) + if ($checkstart && ((time() - $time) >= 15)) { $status['status'] = "error"; $status['message'] = "Error: session could not start"; -- cgit v1.2.3