diff options
author | Alib <aliboba@free.fr> | 2011-03-04 18:58:54 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2011-03-04 18:58:54 +0100 |
commit | e339afb48098c150d15ba519bed62e2673deb4a7 (patch) | |
tree | 56122e631eeab92fee704824f2318dbbe8897b75 /bin | |
parent | 22585ff8fb58299573e068647a54b981c7254586 (diff) | |
download | istreamdev-e339afb48098c150d15ba519bed62e2673deb4a7.tar.gz istreamdev-e339afb48098c150d15ba519bed62e2673deb4a7.tar.bz2 |
added patch for better iPad support ( breaks logo icon on stream button, but useless on ios 4.2)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |