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