php - restore missing / in users stats in the header

This commit is contained in:
kanoi 2014-10-08 09:42:05 +11:00
parent dc2229fe7e
commit 9fa8ce4585

View File

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