Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nova2018 committed May 18, 2019
1 parent 1c363dd commit 701c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewpeerlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function dltable($name, $arr, $torrent)
$arrConn = [];
if (!empty($e["ipv4"])){
if (check_tjuip(ip2long($e['ipv4']))){
$arrConn[] = '<span>' . $lang_viewpeerlist['text_ipv4_in'] . '</span>>';
$arrConn[] = '<span>' . $lang_viewpeerlist['text_ipv4_in'] . '</span>';
}else{
$arrConn[] = '<span style="color:red;">' . $lang_viewpeerlist['text_ipv4_out'] . '</span>';
}
Expand Down

0 comments on commit 701c8f7

Please sign in to comment.