summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-31 09:25:00 +0200
committerRemi Collet <remi@php.net>2022-07-31 09:25:00 +0200
commite673e71a0a7f6ce98853c6c26be89954083a1bd8 (patch)
tree9a554901ec026873754eaa24dc0c3d6406ce7c7b
parent9ae78ca02a2be9aef10538c2f845d5bfff47f67a (diff)
Aug bill
-rw-r--r--index.html2
-rw-r--r--wizard/index.php3
2 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1d59c0ce..a4363106 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
But maintaining this web site also have a cost.</p>
<p class="msg">
-->
- <h2>Next year <strong>Web hosting</strong> budget, until July 2023:
+ <h2>Next year <strong>Web hosting</strong> budget, until August 2023:
<progress max="500" value="500">100%</progress> <strong>100%&nbsp;of&nbsp;500€</strong>
<!--
<progress max="500" value="493">98%</progress> <strong>98%&nbsp;of&nbsp;500€</strong>
diff --git a/wizard/index.php b/wizard/index.php
index 9d0687d9..ac831dfd 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -239,6 +239,9 @@ if ($arch=='aarch64') {
} else if ($os && $ver < 9) {
printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />");
$err =true;
+ } else if ($type === 'scl') {
+ printf("<li>Software Collections for <b>aarch64</b> are not planed for now</li><br />");
+ $err =true;
}
}