[bitnami/phpmyadmin] Release 5.2.0-debian-11-r59 (#13794)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-15 09:04:25 +01:00
committed by GitHub
parent 1bf95b7c08
commit 78d8d9d3bb
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="5.2.0-debian-11-r58" \
org.opencontainers.image.ref.name="5.2.0-debian-11-r59" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin" \
org.opencontainers.image.title="phpmyadmin" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -116,7 +116,7 @@ phpmyadmin_initialize() {
# Configure allow deny order/rules settings
! is_empty_value "$CONFIGURATION_ALLOWDENY_ORDER" && phpmyadmin_conf_set "\$cfg['Servers'][\$i]['AllowDeny']['order']" "$ALLOWDENY_ORDER"
! is_empty_value "$CONFIGURATION_ALLOWDENY_RULES" && phpmyadmin_conf_set "\$cfg['Servers'][\$i]['AllowDeny']['rules']" "array($ALLOWDENY_RULES)" yes
# Configure automatic login with account
if ! is_empty_value "$DATABASE_USER"; then
info "Setting auth_type option" && phpmyadmin_conf_set "\$cfg['Servers'][\$i]['auth_type']" config