diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-26 12:22:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-26 12:22:00 +0200 |
commit | 23df6f8e2f22b54814e6a254ff3bce0600c468a8 (patch) | |
tree | d55b6ee51f1d36bcdb27bb657404a42335717b88 | |
parent | c001ac299f441be2ee44139d323f9f7900371f95 (diff) |
-rw-r--r-- | wizard/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 45ac4a00..c7ab5964 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -442,7 +442,8 @@ if ($php && $os && $type && !$err) { @file_put_contents(COUNTER, "$counter\n"); } else { - printf("<li>You want <b>multiple versions </b> which means using a <a href='https://www.softwarecollections.org/en/'>Software Collection</a></li><br />"); + printf("<li>You want <b>multiple versions </b> which means using a Software Collection (SCL)</li><br />"); + printf("<li>Installation of a <b>default</b> version is recommended, using SCL only for additional versions</li><br />"); $scl='php'.str_replace('.', '', $php); echo "<li><p><img src='info.png'> <b>Tips</b>: For Software Collection usage read: "; |