From 6afa95c01451e288c4a093213e4fb4dfc60830b4 Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@remirepo.net> Date: Thu, 19 Sep 2019 15:59:14 +0200 Subject: Wizard: add some tips --- wizard/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wizard/index.php') 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> -- cgit