From 3c765790a3c4753e78bfeee9ca9642aa6c277e4d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:02:16 +0100 Subject: [PATCH] Fix PhP 8.4 --- install/firefly-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/firefly-install.sh b/install/firefly-install.sh index 371d2601b..6f131f47f 100644 --- a/install/firefly-install.sh +++ b/install/firefly-install.sh @@ -84,7 +84,7 @@ cat </etc/apache2/sites-available/firefly.conf EOF -$STD a2enmod php8.3 +$STD a2enmod php8.4 $STD a2enmod rewrite $STD a2ensite firefly.conf $STD a2dissite 000-default.conf