error_log
This commit is contained in:
parent
2a88e2e894
commit
480684d4aa
|
|
@ -62,8 +62,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
|
|
||||||
$response = curl_exec($ch);
|
$response = curl_exec($ch);
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
error_log($print_r($response));
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'reset':
|
case 'reset':
|
||||||
$files = glob('/var/www/encoder/*.json');
|
$files = glob('/var/www/encoder/*.json');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue