DOCSYSTEM Añadi mas error_logs

Añadi	mas error_logs
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-05-07 15:48:47 -04:00
parent 746bca769d
commit 6ccb179697

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);
} }