Merge pull request #1696 from brayanpereyra/master

DOCSYSTEM Añadi mas error_logs
This commit is contained in:
Erik Amaru Ortiz
2013-05-07 12:51:18 -07:00

View File

@@ -1475,6 +1475,8 @@ EOL;
curl_setopt($ch, CURLOPT_TIMEOUT, 90); curl_setopt($ch, CURLOPT_TIMEOUT, 90);
$output = curl_exec($ch); $output = curl_exec($ch);
error_log('respuesta ----');
error_log($output);
curl_close($ch); curl_close($ch);
} }
@@ -1509,6 +1511,8 @@ EOL;
curl_setopt($ch, CURLOPT_TIMEOUT, 90); curl_setopt($ch, CURLOPT_TIMEOUT, 90);
$output = curl_exec($ch); $output = curl_exec($ch);
error_log('respuesta ----');
error_log($output);
curl_close($ch); curl_close($ch);
} }