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

Remove ereg validation of IP address. #263

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2019

  1. Remove trailing whitespace.

    mreiden committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    65790e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784ebc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cdd159 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    cdebbf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Fixes using WebConnector allow_remote_addr/deny_remote_addr by replac…

    …ing ereg IPv4 validation with FILTER_VALIDATE_IP. Remove commented out (since before initial github commit Jan 19, 2012) ereg date checking code replaced by using QuickBooks_QBXML_Object->setDateType. Solves consolibyte#89.
    mreiden committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4a0db1f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Add allow_remote_addr handler option in examples. Change "QuickBooks/…

    …Server/Handlers.php" (does not exist) to "QuickBooks/WebConnector/Handlers.php" in handler_options comment.
    mreiden committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f034b0c View commit details
    Browse the repository at this point in the history