This commit is contained in:
devdatt 2025-12-31 17:42:32 +05:30
parent 480684d4aa
commit a6fd8f047f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +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)); error_log(print_r($response));
break; break;
case 'reset': case 'reset':
$files = glob('/var/www/encoder/*.json'); $files = glob('/var/www/encoder/*.json');