Module: nagvis Branch: master Commit: 8a09141f645e7f05f42bdd403cf461a3dac7de15 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=8a09141f645e7f05f42bdd403cf461a3dac7de15
Author: Roman Kyrylych <[email protected]> Date: Tue Aug 18 17:04:01 2009 +0300 gmap: Added URL to IE SSL fix Signed-off-by: Roman Kyrylych <[email protected]> --- share/netmap/amf-server.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/share/netmap/amf-server.php b/share/netmap/amf-server.php index 0b53a74..ba39090 100644 --- a/share/netmap/amf-server.php +++ b/share/netmap/amf-server.php @@ -21,7 +21,8 @@ * *****************************************************************************/ -//fix for IE bug with SSL +// fix IE bug with SSL +// see http://www.gmrweb.net/2005/08/18/flash-remoting-https-internet-explorer/ header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); set_include_path(get_include_path() . PATH_SEPARATOR . realpath(dirname(__FILE__)) . '/library/'); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
