Module: nagvis Branch: master Commit: af6ee7639da6b55882694eef4fae3cada267737a URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=af6ee7639da6b55882694eef4fae3cada267737a
Author: Roman Kyrylych <[email protected]> Date: Tue Aug 18 13:26:28 2009 +0300 gmap: Removed the 'fix' for IE to (surprise) fix IE Signed-off-by: Roman Kyrylych <[email protected]> --- share/netmap/amf-server.php | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/share/netmap/amf-server.php b/share/netmap/amf-server.php index 7bbf07b..e28db8d 100644 --- a/share/netmap/amf-server.php +++ b/share/netmap/amf-server.php @@ -27,14 +27,6 @@ require_once('Zend/Loader.php'); Zend_Loader::registerAutoload(); -/* -fix a bug in IE -http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/ -http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401472 -*/ -header('Cache-Control: cache, must-revalidate'); -header('Pragma: public'); - // extend Zend_Amf_Server to allow passing exception messages back to Flex class Custom_Zend_Amf_Server extends Zend_Amf_Server { ------------------------------------------------------------------------------ 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
