From: Mike N. <mh...@us...> - 2004-07-02 16:21:54
|
Update of /cvsroot/phpwebsite-comm/themes/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8699 Modified Files: theme.php Log Message: updated MSIE redirect to firefox 0.9.1 Index: theme.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/themes/debug/theme.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** theme.php 8 Jun 2004 19:13:39 -0000 1.12 --- theme.php 2 Jul 2004 16:21:01 -0000 1.13 *************** *** 11,15 **** $_SESSION["OBJ_layout"]->meta_content = FALSE; } elseif(stristr($_SERVER["HTTP_USER_AGENT"],"MSIE")){ ! header("Location: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.8/FirefoxSetup-0.8.exe"); } else { header("Content-Type: text/html; charset=UTF-8"); --- 11,15 ---- $_SESSION["OBJ_layout"]->meta_content = FALSE; } elseif(stristr($_SERVER["HTTP_USER_AGENT"],"MSIE")){ ! header("Location: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9.1/FirefoxSetup-0.9.1.exe"); } else { header("Content-Type: text/html; charset=UTF-8"); |