diff options
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index 0eb95e69..1fd29215 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -394,6 +394,9 @@ if ($php && $os && $type && !$err) { } 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 />"); $scl='php'.str_replace('.', '', $php); + + echo "<li><p><img src='info.png'> <b>Tips</b>: For Software Collection usage read: "; + echo "<a href='https://blog.remirepo.net/post/2022/02/17/My-PHP-Workstation'>My PHP Workstation</a></p><br /></li>"; if (version_compare($php, $osmax[$os], '>')) { printf("<li>Sorry, but PHP version greater than <b>%s</b> are not available for <b>%s</b> (%s).</li><br />", $osmax[$os], $os, $arch); |