From caaa4a2f985e38707ea1849374aafc58c8fb2d8d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 17 Feb 2024 18:54:31 +0900 Subject: [PATCH] Update index.php --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c02d182..f8b05ad 100644 --- a/index.php +++ b/index.php @@ -3,8 +3,9 @@ // Namhyeon Go // Created at: 2022-10-06 // Updated at: 2022-11-25 +// Client updated at: 2024-02-17 -define("PHP_HTTPPROXY_VERSION", "0.1.3"); +define("PHP_HTTPPROXY_VERSION", "0.1.4"); if (strpos($_SERVER['HTTP_USER_AGENT'], "php-httpproxy/") !== 0) { exit('It works!

It works!

Download the client


php-httpproxy/' . PHP_HTTPPROXY_VERSION . ' (Server; PHP ' . phpversion() . '; abuse@catswords.net)

'); @@ -66,4 +67,4 @@ switch ($relay_headers['@method'][0]) { fclose($fp); } -} \ No newline at end of file +}