From 6be4125be5c6883504836a7fbc151730bdc38280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 10 Jan 2023 23:49:18 +0100 Subject: attempts to fix ping flood and sybil attacks --- www/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/index.php b/www/index.php index 2fd5a92..bc55638 100644 --- a/www/index.php +++ b/www/index.php @@ -21,6 +21,7 @@ if (!preg_match("/^[a-f0-9A-F]{40}$/", $_REQUEST["h"])) die('!preg_match("/^[a-f0-9A-F]{40}$/", $_REQUEST["h"])'); $t = TorrentFile::load("../".$_REQUEST["h"].".torrent"); ?> +