diff --git a/pool/page.php b/pool/page.php index 71d20b85..13a2049d 100644 --- a/pool/page.php +++ b/pool/page.php @@ -261,6 +261,7 @@ function pgtop($info, $dotop, $user, $douser) { $u1hr = '/'.dsprate($u1hr); + // Remove the first XHs if they are the same if (substr($u1hr, -3) == substr($uhr, -3)) $uhr = substr($uhr, 0, -3); }