Browse Source

php - reduce header width when logged in

master
kanoi 10 years ago
parent
commit
0ebc85a447
  1. 4
      pool/page.php

4
pool/page.php

@ -339,9 +339,9 @@ function pgtop($info, $dotop, $user, $douser)
$extra = '…';
}
$top .= "
<span class=topwho>".htmlspecialchars($who)."$extra&nbsp;</span>
<span class=topwho>".htmlspecialchars($who)."$extra&nbsp;</span><br>
<span class=topdes>Hash Rate:</span>
<span class=topdat>$uhr$u1hr</span>";
<span class=topdat>$uhr$u1hr</span><br>";
$top .= makeForm('')."
&nbsp;<input type=submit name=Logout value=Logout>
</form>";

Loading…
Cancel
Save