mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update modcp.php
This commit is contained in:
parent
dd35e096cb
commit
36f9761b7a
@ -734,7 +734,7 @@ switch ($mode)
|
|||||||
|
|
||||||
$template->assign_block_vars('iprow', array(
|
$template->assign_block_vars('iprow', array(
|
||||||
'ROW_CLASS' => !($i % 2) ? 'row4' : 'row5',
|
'ROW_CLASS' => !($i % 2) ? 'row4' : 'row5',
|
||||||
'IP' => $ip,
|
'IP' => (verify_ip($ip)) ? '<a href="' . $bb_cfg['whois_info'] . $ip . '" class="gen" target="_blank">' . $ip . '</a>' : $ip,
|
||||||
'POSTS' => $row['postings'],
|
'POSTS' => $row['postings'],
|
||||||
'U_LOOKUP_IP' => (!$no_lookup) ? "modcp.php?mode=ip&" . POST_POST_URL . "=$post_id&" . POST_TOPIC_URL . "=$topic_id&rdns=" . $ip . "&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 . "&sid=" . $userdata['session_id'] : '',
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user