From 6afa95c01451e288c4a093213e4fb4dfc60830b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2019 15:59:14 +0200 Subject: Wizard: add some tips --- wizard/index.php | 3 +++ 1 file changed, 3 insertions(+) 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 "
  • Please select the operating system you are running.

  • "; + echo "
  • Tips: check the content of /etc/redhat-release.

  • "; } else if (!$php) { echo "
  • Please select PHP version you want to use.

  • "; + echo "
  • Tips: read: PHP Supported Versions

  • "; } else if (!$err) { echo "
  • Please select installation type

  • "; + echo "
  • Tips: read the FAQ

  • "; } ?> -- cgit