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

Convert ini_get result to bool before evaluating #446

Open
wants to merge 2 commits into
base: 1.14.x
Choose a base branch
from

Commits on Aug 10, 2022

  1. Convert ini_get result to bool before evaluating. FILTER_VALIDATE_BOO…

    …LEAN will return true for ["1", "true", "on" and "yes"] and false for ["0", "false", "off" and "no"]
    slicktel committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1839619 View commit details
    Browse the repository at this point in the history
  2. Coding standards fixes

    slicktel committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9b16bfd View commit details
    Browse the repository at this point in the history