From: Chris Date: Wed, 2 Apr 2014 10:38:54 +0000 (+0800) Subject: GoogleTranslate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8cd07ad1be5d6506dcad7b3a1492726612a66ea7 GoogleTranslate.php --- diff --git a/GoogleTranslate.php b/GoogleTranslate.php index 65961cdf..057a2494 100644 --- a/GoogleTranslate.php +++ b/GoogleTranslate.php @@ -41,12 +41,12 @@ class Pman_Core_GoogleTranslate extends Pman $url = 'https://www.googleapis.com/language/translate/v2'; - $handle = curl_init(); - curl_setopt($handle, CURLOPT_URL, $url); - curl_setopt($handle, CURLOPT_POST, count($param)); - curl_setopt($handle, CURLOPT_POSTFIELDS, http_build_query($param)); - curl_setopt($handle, CURLOPT_RETURNTRANSFER, true); - curl_setopt($handle, CURLOPT_HTTPHEADER, array('X-HTTP-Method-Override: GET')); +// $handle = curl_init(); +// curl_setopt($handle, CURLOPT_URL, $url); +// curl_setopt($handle, CURLOPT_POST, count($param)); +// curl_setopt($handle, CURLOPT_POSTFIELDS, http_build_query($param)); +// curl_setopt($handle, CURLOPT_RETURNTRANSFER, true); +// curl_setopt($handle, CURLOPT_HTTPHEADER, array('X-HTTP-Method-Override: GET'));   $response = curl_exec($handle);