diff options
-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 49bc3387..07a76aa9 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -331,12 +331,15 @@ if ($php && $os && $type && !$err) { } } else if (!$os) { echo "<li><p>Please select the operating system you are running.</p></li>"; + echo "<li><p><b>Tips</b>: check the content of /etc/redhat-release.</p></li>"; } else if (!$php) { echo "<li><p>Please select PHP version you want to use.</p></li>"; + echo "<li><p><b>Tips</b>: read: <a href='https://www.php.net/supported-versions.php'>PHP Supported Versions</a></li>"; } else if (!$err) { echo "<li><p>Please select installation type</p></li>"; + echo "<li><p><b>Tips</b>: read the <a href='https://blog.remirepo.net/pages/English-FAQ#scl'>FAQ</a></p></li>"; } ?> </ul> |