summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-19 15:59:14 +0200
committerRemi Collet <remi@remirepo.net>2019-09-19 15:59:14 +0200
commit6afa95c01451e288c4a093213e4fb4dfc60830b4 (patch)
tree0b428099aeb3203778f686343fce06b47d0766d7 /wizard
parent30ead06b96a8a1406bd8144846b556a8e554f895 (diff)
Wizard: add some tips
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php3
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>