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