EPP server attempt to fix a MySQL error

This commit is contained in:
Pinga 2025-03-26 13:51:01 +02:00
parent 994b82ce20
commit 6b53150a19
3 changed files with 12 additions and 11 deletions

View file

@ -145,10 +145,10 @@ fi
# Determine PHP configuration files based on OS and version
if [[ "$OS" == "Ubuntu" && "$VER" == "24.04" ]]; then
phpIniFpm='/etc/php/8.3/fpm/php.ini'
PHP_VERSION="php8.3"
PHP_VERSION="php8.3"
else
phpIniFpm='/etc/php/8.2/fpm/php.ini'
PHP_VERSION="php8.2"
PHP_VERSION="php8.2"
fi
# Update php.ini files