Browse Source

remove host pages total column

main
ghost 1 year ago
parent
commit
bba718c901
  1. 5
      public/top.php

5
public/top.php

@ -236,7 +236,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the @@ -236,7 +236,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
<tr>
<th><?php echo _('#') ?></th>
<th><?php echo _('Address') ?></th>
<th><?php echo _('Pages') ?></th>
<th><?php echo _('PR') ?></th>
<th><?php echo _('Actions') ?></th>
</tr>
@ -262,10 +261,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the @@ -262,10 +261,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?>
</a>
</td>
<td>
<?php $totalHostPagesIndexed = $db->getTotalHostPagesIndexed($topHostPage->hostId) ?>
<?php echo $totalHostPagesIndexed . ($totalHostPagesIndexed >= CRAWL_HOST_DEFAULT_PAGES_LIMIT ? '+' : false) ?>
</td>
<td>
<?php echo $topHostPage->rank ?>
</td>

Loading…
Cancel
Save