Skip to content

Commit

Permalink
Merge pull request #434 from l-j-silver/patch-3
Browse files Browse the repository at this point in the history
Update server-status.php
  • Loading branch information
Ponyboy47 committed Nov 10, 2013
2 parents 04cf1f6 + 030b672 commit 6b8dba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WebInterface/pages/server-status.php
Expand Up @@ -218,7 +218,7 @@
<th><acronym class="toolTip" title="The current load on each key. The more packets a key processes the hotter it's getting. Once it has reached the max keyload it's paused for a short time to let it cool down.">Keyload</acronym></th>
<th><acronym class="toolTip" title="Which device donated the key, an iPhone 4S or iPad3.">Device</acronym></th>
<th><acronym class="toolTip" title="The Person who donated the key.">Added By</acronym></th>
<!-- <th><acronym class="toolTip" title="The date and time when the key was donated.">Date added</acronym></th>-->
<th><acronym class="toolTip" title="The date and time when the key was donated.">Date added</acronym></th>
</tr>
<?php
if($keys[2] == false) {
Expand Down Expand Up @@ -300,9 +300,9 @@
echo 'iPhone4S';
} ?>
</td>
<!-- <td width="100px">
<?php // echo getkeydonors($key['client_apple_account_id']) ?>
</td>-->
<td width="100px">
<?php echo getkeydonors(getaccountid($key['client_apple_account_id'])) ?>
</td>
<td width="145px">
<?php echo $key['date_added'] ?>
</td>
Expand Down

1 comment on commit 6b8dba5

@moieza
Copy link

@moieza moieza commented on 6b8dba5 Nov 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
i have "no records" on status page.

Please sign in to comment.