From 23df6f8e2f22b54814e6a254ff3bce0600c468a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 May 2025 12:22:00 +0200 Subject: Wizard: add tips using "default" version being recommended --- wizard/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wizard/index.php b/wizard/index.php index 45ac4a00..c7ab5964 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -442,7 +442,8 @@ if ($php && $os && $type && !$err) { @file_put_contents(COUNTER, "$counter\n"); } else { - printf("
  • You want multiple versions which means using a Software Collection

  • "); + printf("
  • You want multiple versions which means using a Software Collection (SCL)

  • "); + printf("
  • Installation of a default version is recommended, using SCL only for additional versions

  • "); $scl='php'.str_replace('.', '', $php); echo "
  • Tips: For Software Collection usage read: "; -- cgit