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

Web UI don't exit if unable to read remote website config #2547

Merged

Commits on Apr 19, 2023

  1. index.php: Display msg but don't exit

    Also, only set $remoteWebsiteVersion if not ""
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d522b55 View commit details
    Browse the repository at this point in the history
  2. functions.php: allow returning msg

    Allow a message to be RETURNED instead of displayed, for those callers who continue despite the message.
    Also, check for failed read of file.
    EricClaeys authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    765c345 View commit details
    Browse the repository at this point in the history