From 02629be5bf6819e823bc699e32e2fe2261c967cd Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 28 Jan 2025 20:39:23 -0500 Subject: [PATCH] tweak --- docs/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stats.php b/docs/stats.php index 8d94b8f..21e7556 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -88,7 +88,7 @@ $msum += $matrixe[$una][$unb]; continue; } - $matrixe[$una][$unb] = 0.1; + $matrixe[$una][$unb] = 0.03; foreach ($result as $userc) { $unc = $userc['username'];