mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
0be451b552
commit
c5f1e0d054
@ -227,7 +227,7 @@ function compare($X, $Y){
|
||||
$TorrentTags = array();
|
||||
|
||||
// $Tags array is for the sidebar on the right. Skip compilations and soundtracks.
|
||||
if (!in_array($ReleaseType, array(7, 3))) {
|
||||
if ($Group['ReleaseType'] != 7 && $Group['ReleaseType'] != 3) {
|
||||
foreach($TagList as $Tag) {
|
||||
if(!isset($Tags[$Tag])) {
|
||||
$Tags[$Tag] = array('name'=>$Tag, 'count'=>1);
|
||||
|
@ -63,7 +63,8 @@ function ShowIPs(rowname) {
|
||||
|
||||
?>
|
||||
<tr class="rowa">
|
||||
<td><?=$IP?> (<?=get_cc($IP)?>)<br /><?=get_host($IP)?>
|
||||
<td><?=$IP?> (<?=get_cc($IP)?>)<br /><?=get_host($IP)?>
|
||||
[<a href="http://whatismyipaddress.com/ip/<?=display_str($IP)?>" title="Search WIMIA.com">WI</a>]
|
||||
<td><a href="torrents.php?torrentid=<?=$TorrentID?>"><?=$TorrentID?></a></td>
|
||||
<td><?=date("Y-m-d g:i:s", $Time)?></td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user