summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck.php2
-rw-r--r--wizard/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/check.php b/check.php
index 5c8dc925..5e96b68d 100755
--- a/check.php
+++ b/check.php
@@ -191,7 +191,7 @@ function delta($ref, $loc) {
if ($d > 1) {
$unit .= 's';
}
- return sprintf("%s : %2d %s ago", date('r', $loc), $d, $unit);
+ return sprintf("%s :%3d %s ago", date('r', $loc), $d, $unit);
}
if (isset($_GET['mirror']) && isset($repos[$_GET['mirror']])) {
diff --git a/wizard/index.php b/wizard/index.php
index 9e344564..54ee6805 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -124,7 +124,7 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019)',
];
$phptest = [
- '8.4' => '8.4.4RC1',
+ '8.4' => '8.4.4RC2',
'8.3' => '8.3.17RC1',
];