summaryrefslogtreecommitdiff
path: root/pages/stats.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-03-03 07:04:02 +0100
committerMinteck <contact@minteck.org>2023-03-03 07:04:02 +0100
commit29928887e733f3bc2c2baaf06dafd495a006753b (patch)
tree90f5fa4c5273f201cc2d26086298ad094d9dadda /pages/stats.inc
parent3d77712a9ab014635c75a33ea0f491bbda6aead3 (diff)
downloadpluralconnect-29928887e733f3bc2c2baaf06dafd495a006753b.tar.gz
pluralconnect-29928887e733f3bc2c2baaf06dafd495a006753b.tar.bz2
pluralconnect-29928887e733f3bc2c2baaf06dafd495a006753b.zip
Updated 18 files and added 10 files (automated)
Diffstat (limited to 'pages/stats.inc')
-rw-r--r--pages/stats.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/pages/stats.inc b/pages/stats.inc
index 510c317..1b0fe31 100644
--- a/pages/stats.inc
+++ b/pages/stats.inc
@@ -196,9 +196,6 @@ $switchesCloudburst = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] .
$frontersMonthMembers[$key][$month] = $frontersMonthRectified[$month][$key] ?? [
"duration" => 0
];
- /*$frontersMonthMembers[$key][$month] = array_map(function ($i) {
- return $i["duration"];
- }, $frontersMonthMembers[$key][$month]);*/
}
}