From d2119eb0ab779053718b450e53fd31c61d5e0da3 Mon Sep 17 00:00:00 2001 From: kanoi Date: Sat, 18 Oct 2014 23:41:20 +1100 Subject: [PATCH] php - comment XHs removal --- pool/page.php | 1 + 1 file changed, 1 insertion(+) 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); }