diff options
-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: "; |