Update proxytest.php

This commit is contained in:
Namhyeon Go 2022-10-06 12:40:40 +09:00 committed by GitHub
parent 47247cf403
commit 3060d42a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
// 2022-10-06
ini_set("default_socket_timeout", 1); // must be. because of `feof()` works
ini_set("max_execution_time", 0);
$data = json_decode(file_get_contents('php://input'), true);