From 9e19679b6ceb38218c03485380daa4202e1702ee Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 30 Dec 2023 02:45:35 +0700 Subject: [PATCH] Revert "Update common.php" This reverts commit ac6af964b5cdf55544e37bf03400581fc59db7ba. --- common.php | 1 - 1 file changed, 1 deletion(-) diff --git a/common.php b/common.php index 0e3adc75..0758f8f4 100644 --- a/common.php +++ b/common.php @@ -537,7 +537,6 @@ else if (defined('IN_TRACKER')) 'interval' => (int) $interval, 'min interval' => (int) $interval, 'peers' => (string) DUMMY_PEER, - 'external ip' => inet_pton($_SERVER['REMOTE_ADDR']), )); die($output);