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