From 5ec7e00499aa00d558f8948007a5745094e03ca6 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 25 Nov 2022 22:19:31 +0900 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 92eca82..8a89aec 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ define("PHP_HTTPPROXY_VERSION", "0.1.3"); if (strpos($_SERVER['HTTP_USER_AGENT'], "php-httpproxy/") !== 0) { - exit('It works!

It works!

Version: ' . PHP_HTTPPROXY_VERSION . '

'); + exit('It works!

It works!

Download the client


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

'); } ini_set("default_socket_timeout", 1); // must be. because of `feof()` works