Update modcp.php

This commit is contained in:
Roman Kelesidis 2024-04-30 14:55:31 +07:00
parent 47cf027e4d
commit 173eff25d8

View File

@ -698,6 +698,7 @@ switch ($mode)
'IP' => $ip_this_post, 'IP' => $ip_this_post,
'U_LOOKUP_IP' => (!$no_lookup) ? "modcp.php?mode=ip&" . POST_POST_URL . "=$post_id&" . POST_TOPIC_URL . "=$topic_id&rdns=$ip_this_post&sid=" . $userdata['session_id'] : '', 'U_LOOKUP_IP' => (!$no_lookup) ? "modcp.php?mode=ip&" . POST_POST_URL . "=$post_id&" . POST_TOPIC_URL . "=$topic_id&rdns=$ip_this_post&sid=" . $userdata['session_id'] : '',
)); ));
unset($no_lookup);
// //
// Get other IP's this user has posted under // Get other IP's this user has posted under