error_log

This commit is contained in:
devdatt 2025-12-31 17:39:21 +05:30
parent 2a88e2e894
commit 480684d4aa
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$response = curl_exec($ch);
curl_close($ch);
error_log($print_r($response));
break;
case 'reset':
$files = glob('/var/www/encoder/*.json');