Update index.php

This commit is contained in:
Namhyeon Go 2024-03-05 16:35:48 +09:00 committed by GitHub
parent 11d0b177cf
commit 62ba25e761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,13 @@
<?php <?php
// Caterpillar - The simple and parasitic web proxy with spam filter /* index.php
// Namhyeon Go (Catswords Research) <abuse@catswords.net> * Caterpillar Worker on PHP
// https://github.com/gnh1201/caterpillar *
// Created at: 2022-10-06 * Caterpillar Proxy - The simple and parasitic web proxy with spam filter
// Updated at: 2024-03-04 * Namhyeon Go (Catswords Research) <abuse@catswords.net>
* https://github.com/gnh1201/caterpillar
* Created at: 2022-10-06
* Updated at: 2024-03-05
*/
define("PHP_HTTPPROXY_VERSION", "0.1.5"); define("PHP_HTTPPROXY_VERSION", "0.1.5");
define("DEFAULT_SOCKET_TIMEOUT", 1); define("DEFAULT_SOCKET_TIMEOUT", 1);