From 9722f5cd5e39e07113fc8aeb4e73ff180b85985f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Jul 2018 09:06:40 +0200 Subject: mirrors/active.php: fix column type --- mirrors/active.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mirrors') diff --git a/mirrors/active.php b/mirrors/active.php index 2294fb4..a3958b7 100644 --- a/mirrors/active.php +++ b/mirrors/active.php @@ -35,7 +35,8 @@ while($row = $result->fetch_assoc()) { "isos", "ipv4", "ipv6", - "active" + "active", + "recently_active" ) as $key) $row[$key] = floatval($row[$key]); foreach (array( -- cgit v1.2.3