From aff22ed7ccd68ce445bd3cb285e0541de681e73f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 4 Dec 2020 16:23:31 +0000 Subject: [PATCH] wait #4111 @0:10 --- inc/ws/Controlleur/class.ws.stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.stats.php b/inc/ws/Controlleur/class.ws.stats.php index 6eca44cfb..d26d899f0 100644 --- a/inc/ws/Controlleur/class.ws.stats.php +++ b/inc/ws/Controlleur/class.ws.stats.php @@ -298,7 +298,7 @@ class wsStats $trans[(string)$link['url']] = $link; } arsort($links); - $links = array_slice($links, 0, 100, true); + //$links = array_slice($links, 0, 100, true); foreach ($links as $url => $click) { cubeXML::append($x, $trans[$url]); } -- 2.39.5