Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/phpmyadmin] fix wrong variables CONFIGURATION_ALLOWDENY_ #68068

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

tien238lnd
Copy link
Contributor

Description of the change

Rename 2 variables ALLOWDENY_ORDER and ALLOWDENY_RULES (I couldn’t find any previous declaration; it seems to be a variable name error) to CONFIGURATION_ALLOWDENY_ORDER and CONFIGURATION_ALLOWDENY_RULES.

Benefits

The container can start with these variables, and it functions properly. The configuration was applied to the file /opt/bitnami/phpmyadmin/config.inc.php and works fine.

Possible drawbacks

Not found yet.

Applicable issues

@carrodher
Copy link
Member

Thank you for initiating this pull request. We appreciate your effort. Just a friendly reminder that it's important to sign your commits. Adding your signature certifies that you either authored the patch or have the necessary rights to contribute the changes. You can find detailed information on how to do this in the “Sign your work” section of our contributing guidelines.

Feel free to reach out if you have any questions or need assistance with the signing process.

Signed-off-by: Nguyen Dang Trung Tien <trungtien238lnd@gmail.com>
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Jul 1, 2024
@github-actions github-actions bot removed the triage Triage is needed label Jul 1, 2024
@github-actions github-actions bot removed the request for review from javsalgar July 1, 2024 06:39
@github-actions github-actions bot requested a review from jotamartos July 1, 2024 06:39
Copy link
Contributor

@jotamartos jotamartos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your suggestion. I'll propagate the changes and a new version of the container should be released soon.

@jotamartos jotamartos merged commit 56502da into bitnami:main Jul 2, 2024
27 checks passed
@tien238lnd tien238lnd deleted the phpmyadmin/config_allowdeny branch July 2, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
phpmyadmin solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bitnami/phpmyadmin] ALLOWDENY_ORDER: unbound variable
4 participants