From: Matteo Nastasi (mop) Date: Mon, 28 Nov 2011 22:18:02 +0000 (+0100) Subject: is_page_streaming verify enhanced X-Git-Tag: 3.6.0~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=6ac8408a6b3a7baa1e832aac4c9eb79961cd2e1c;hp=79b3f2cd1c0b8c48292119f8eb17ee58e64b5740;p=brisk.git is_page_streaming verify enhanced --- diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index 01e7ab3..cdb448e 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -394,7 +394,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su step */ -$is_page_streaming = (webservers_exceeded() || stristr($HTTP_USER_AGENT, "MSIE") || stristr($HTTP_USER_AGENT, "CHROME") ? TRUE : FALSE); +$is_page_streaming = (webservers_exceeded() || stristr($HTTP_USER_AGENT, "Mozilla/5.0 (Windows NT 6.1; rv:5.0)") || stristr($HTTP_USER_AGENT, "MSIE") || stristr($HTTP_USER_AGENT, "CHROME") ? TRUE : FALSE); header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past diff --git a/web/index_rd.php b/web/index_rd.php index 2148234..4f06af3 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -445,7 +445,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su step */ -$is_page_streaming = (webservers_exceeded() || stristr($HTTP_USER_AGENT, "MSIE") || stristr($HTTP_USER_AGENT, "CHROME") ? TRUE : FALSE); +$is_page_streaming = (webservers_exceeded() || stristr($HTTP_USER_AGENT, "Mozilla/5.0 (Windows NT 6.1; rv:5.0)") || stristr($HTTP_USER_AGENT, "MSIE") || stristr($HTTP_USER_AGENT, "CHROME") ? TRUE : FALSE); header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past