From 5bc6cf7eb9da2818c5837f16a593aac639b31973 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Mar 2025 11:51:34 +0100 Subject: cleanup main page --- index.html | 10 +++++----- wizard/index.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index b32d4a2e..a223756d 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@

Information

  -

Forum

+

Help

 

Blog / Social network

@@ -93,19 +93,19 @@    
    -
  • English articles
  • -
  • Billets français
  • +
  • Repository blog

  • #remirepo IRC channel on Libera.chat
  • diff --git a/wizard/index.php b/wizard/index.php index fe2a8c33..4326dda4 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -125,8 +125,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019)', ]; $phptest = [ -// '8.4' => '8.4.4RC2', -// '8.3' => '8.3.17RC1', + '8.4' => '8.4.5RC1', + '8.3' => '8.3.18RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); -- cgit