Compare commits

..

2 Commits

Author SHA1 Message Date
Alexey Berezhok
7e9f0f1074 Merge branch 'devel' of ssh://dev.brepo.ru:9453/bayrepo/hestiacp into devel 2025-11-18 22:40:27 +03:00
Alexey Berezhok
be9c2de988 Fixed remi php version 2025-11-18 22:40:01 +03:00

View File

@@ -1499,6 +1499,10 @@ fi
# Configure PHP-FPM # # Configure PHP-FPM #
#----------------------------------------------------------# #----------------------------------------------------------#
if [ "$uselocalphp" == "no" ]; then
multiphp_v=("74" "80" "81" "82" "83" "84")
fi
if [ "$phpfpm" = "yes" ]; then if [ "$phpfpm" = "yes" ]; then
if [ "$multiphp" = 'yes' ]; then if [ "$multiphp" = 'yes' ]; then
for v in "${multiphp_v[@]}"; do for v in "${multiphp_v[@]}"; do