Revision: 9045
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9045&view=rev
Author:   dnaber
Date:     2013-01-17 20:44:49 +0000 (Thu, 17 Jan 2013)
Log Message:
-----------
online check: don't print http header (needed on some PHP configurations)

Modified Paths:
--------------
    trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php    
    2013-01-17 15:54:00 UTC (rev 9044)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php    
    2013-01-17 20:44:49 UTC (rev 9045)
@@ -12,6 +12,7 @@
   curl_setopt($curl, CURLOPT_SSLVERSION, 3);
   curl_setopt($curl, CURLOPT_POST, true);
   curl_setopt($curl, CURLOPT_POSTFIELDS, $postText);
+  curl_setopt($curl, CURLOPT_HEADER, 0);
   
   header("Content-Type: text/xml; charset=utf-8");
   //for debugging:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to