Browse Source

PHP 8.3 fix typos (#4516)

robsonek 1 year ago
parent
commit
f4542cf498
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -35,7 +35,7 @@ HESTIA_INSTALL_VER='1.9.0~alpha'
 # Supported PHP versions
 # Supported PHP versions
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3")
 # One of the following PHP versions is required for Roundcube / phpmyadmin
 # One of the following PHP versions is required for Roundcube / phpmyadmin
-multiphp_required=("7.3" "7.4" "8.0" "8.1" "8.2","8.3")
+multiphp_required=("7.3" "7.4" "8.0" "8.1" "8.2" "8.3")
 # Default PHP version if none supplied
 # Default PHP version if none supplied
 fpm_v="8.3"
 fpm_v="8.3"
 # MariaDB version
 # MariaDB version