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

View File

@ -62,7 +62,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$response = curl_exec($ch);
curl_close($ch);
error_log(print_r($response));
echo '<script>alert("'
. htmlspecialchars($response, ENT_QUOTES)
. '");</script>';
break;
case 'reset':
$files = glob('/var/www/encoder/*.json');